in_handler removal typo fixed
[fw/openocd] / src / target / arm926ejs.h
index 17705557bf3dc91cf1bac50963a94de683385729..ba5fcc13480288df55d34ef05df7b349b1130802 100644 (file)
@@ -32,7 +32,7 @@
 
 typedef struct arm926ejs_common_s
 {
-       int common_magic;
+       u32 common_magic;
        armv4_5_mmu_common_t armv4_5_mmu;
        arm9tdmi_common_t arm9tdmi_common;
        int (*read_cp15)(target_t *target, u32 op1, u32 op2, u32 CRn, u32 CRm, u32 *value);