diff options
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r-- | target-i386/helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 45b04eeb03..8111f25662 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -743,8 +743,7 @@ void cpu_dump_state(CPUState *env, FILE *f, char cc_op_name[32]; static const char *seg_name[6] = { "ES", "CS", "SS", "DS", "FS", "GS" }; - if (kvm_enabled()) - cpu_synchronize_state(env); + cpu_synchronize_state(env); eflags = env->eflags; #ifdef TARGET_X86_64 |