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