target/cortex_m: supress historical reset detection
[fw/openocd] / src / target / mips_m4k.h
index ae4a0ff722401e1ed2d51094cbfc62cf81681240..8026de23287fd5c23f86dd4a7054efd59c653e1d 100644 (file)
 
 struct target;
 
-#define MIPSM4K_COMMON_MAGIC   0xB321B321
+#define MIPSM4K_COMMON_MAGIC   0xB321B321U
 
 struct mips_m4k_common {
-       uint32_t common_magic;
-       bool is_pic32mx;
+       unsigned int common_magic;
+
        struct mips32_common mips32;
+
+       bool is_pic32mx;
 };
 
 static inline struct mips_m4k_common *