]> Git Repo - qemu.git/blobdiff - target-i386/cpu.c
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
[qemu.git] / target-i386 / cpu.c
index fab0f557354bebb07b2b042b1b2f5c05f7b0607d..a35f7bcb22ebdc3bd469b57aef7587de776adb24 100644 (file)
@@ -2474,7 +2474,7 @@ static void x86_cpu_reset(CPUState *s)
     env->dr[6] = DR6_FIXED_1;
     env->dr[7] = DR7_FIXED_1;
     cpu_breakpoint_remove_all(env, BP_CPU);
-    cpu_watchpoint_remove_all(env, BP_CPU);
+    cpu_watchpoint_remove_all(s, BP_CPU);
 
     env->tsc_adjust = 0;
     env->tsc = 0;
This page took 0.02367 seconds and 4 git commands to generate.