]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target-sparc/cpu.c
cpu: Move breakpoints field from CPU_COMMON to CPUState
[thirdparty/qemu.git] / target-sparc / cpu.c
index 3e6e7a754e9d6eef3b959712c8b5c706a38b794e..8465a0b18ad8b315980dd89d3dad0501ba575af6 100644 (file)
@@ -33,7 +33,7 @@ static void sparc_cpu_reset(CPUState *s)
 
     scc->parent_reset(s);
 
-    memset(env, 0, offsetof(CPUSPARCState, breakpoints));
+    memset(env, 0, offsetof(CPUSPARCState, version));
     tlb_flush(env, 1);
     env->cwp = 0;
 #ifndef TARGET_SPARC64