]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/helper.c
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
[mirror_qemu.git] / target-i386 / helper.c
index 8bf85ec5f0c2f96f15b89887ae6ad36f0b1529e6..678503a7cc375f3af0189a1b67b29077695a670b 100644 (file)
@@ -188,8 +188,6 @@ void x86_cpu_dump_state(CPUState *cs, FILE *f, fprintf_function cpu_fprintf,
     char cc_op_name[32];
     static const char *seg_name[6] = { "ES", "CS", "SS", "DS", "FS", "GS" };
 
-    cpu_synchronize_state(cs);
-
     eflags = cpu_compute_eflags(env);
 #ifdef TARGET_X86_64
     if (env->hflags & HF_CS64_MASK) {