arm: reduce the size of ARM_ITStatus.ITStates[] to 8
diff --git a/cs_priv.h b/cs_priv.h
index b56030c..b47df31 100644
--- a/cs_priv.h
+++ b/cs_priv.h
@@ -26,7 +26,7 @@
 
 // for ARM only
 typedef struct ARM_ITStatus {
-	unsigned char ITStates[128];	// FIXME
+	unsigned char ITStates[8];
 	unsigned int size;
 } ARM_ITStatus;