diff --git a/cs_priv.h b/cs_priv.h index b56030c14f..b47df3190c 100644 --- a/cs_priv.h +++ b/cs_priv.h @@ -26,7 +26,7 @@ typedef char *(*GetRegisterName_t)(unsigned RegNo); // for ARM only typedef struct ARM_ITStatus { - unsigned char ITStates[128]; // FIXME + unsigned char ITStates[8]; unsigned int size; } ARM_ITStatus;