Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accel/tcg: fix plugin instrumentation missing for some instructions
This commit corrects CF_MEMI_ONLY flag. It was initially introduced (cfd405e) to avoid double instrumentation on instructions which are recompiled when using icount, because associated to an MMIO access. However, we observed that some instructions were not instrumented, so we should set this flag only when recompiling a record/replay branch. Signed-off-by: Pierrick Bouvier <[email protected]>
- Loading branch information