Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mismerge that breaks instruction tracing.
A previous merge moved the tcg cflags logic to the tcg_cpu_init_cflags function. This is only called when a vcpu is started to precompute cflags. In order to ensure that TB cflags are compared correctly, curr_cflags must set CF_LOG_INSTR dynamically.
- Loading branch information