From 2305411129cd9d68f5509d99e49e6fb9d093c8b4 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 12 Sep 2009 16:50:07 +0200 Subject: [PATCH] i386: Drop redundant kvm_enabled test cpu_synchronize_state already does this. Signed-off-by: Jan Kiszka Signed-off-by: Blue Swirl --- target-i386/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target-i386/helper.c b/target-i386/helper.c index 45b04ee..8111f25 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 -- 1.7.9.5