]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target-sh4/cpu.h
cpu: Move breakpoints field from CPU_COMMON to CPUState
[thirdparty/qemu.git] / target-sh4 / cpu.h
index a85571087d3ce5d15e2e302ed7a04a4e43d21c6a..a2e9e2c0315775c9309ab13ce50615f7007c1071 100644 (file)
@@ -175,6 +175,7 @@ typedef struct CPUSH4State {
 
     CPU_COMMON
 
+    /* Fields from here on are preserved over CPU reset. */
     int id;                    /* CPU model */
 
     /* The features that we should emulate. See sh_features above.  */