target/xtensa: DAP-based Xtensa config files
[fw/openocd] / src / target / armv7a.h
index ebd38f0f680b20eb06e7daec2a108a6f8c31da7f..6b9c2a68f42f431198d4a7426d33d96eaf32505b 100644 (file)
@@ -19,7 +19,7 @@ enum {
        ARM_CPSR = 16
 };
 
-#define ARMV7_COMMON_MAGIC 0x0A450999
+#define ARMV7_COMMON_MAGIC 0x0A450999U
 
 /* VA to PA translation operations opc2 values*/
 #define V2PCWPR  0
@@ -87,8 +87,9 @@ struct armv7a_mmu_common {
 };
 
 struct armv7a_common {
+       unsigned int common_magic;
+
        struct arm arm;
-       int common_magic;
        struct reg_cache *core_cache;
 
        /* Core Debug Unit */