commit | 8bd0fdb992c54895a17965bd602d90999a023dfc | [log] [tgz] |
---|---|---|
author | Nguyen Anh Quynh <[email protected]> | Wed Jun 03 22:25:22 2015 +0800 |
committer | Nguyen Anh Quynh <[email protected]> | Wed Jun 03 22:25:59 2015 +0800 |
tree | 5d2d35e964f4ea8005f0f84ccb12260662835fdf | |
parent | e404dc9cbeafa529307955915fc5437b616d047d [diff] |
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;