- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
[fw/openocd] / src / target / arm966e.h
index dee06765229d965f2ecda87f20fabe993064f56c..d4624f6c66e8750f87d75291fee64884a5b18416 100644 (file)
@@ -33,7 +33,6 @@ typedef struct arm966e_common_s
        int common_magic;
        arm9tdmi_common_t arm9tdmi_common;
        u32 cp15_control_reg;
-       int monitor_mode_set;
 } arm966e_common_t;
 
 #endif /* ARM966E_H */