target/armv7m: rework Cortex-M register handling part 1
[fw/openocd] / src / target / arm.h
index 3450260f08c5243f8086716610caa2d7008cb991..d97a95edf934a0e6fbeeb102e32b62cec7bfb658 100644 (file)
@@ -197,6 +197,9 @@ struct arm {
        /** Flag reporting armv6m based core. */
        bool is_armv6m;
 
+       /** Flag reporting armv8m based core. */
+       bool is_armv8m;
+
        /** Floating point or VFP version, 0 if disabled. */
        int arm_vfp_version;