Skip to content

Commit

Permalink
arm: reduce the size of ARM_ITStatus.ITStates[] to 8
Browse files Browse the repository at this point in the history
aquynh committed Jun 3, 2015
1 parent e404dc9 commit 8bd0fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs_priv.h
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 8bd0fdb

Please sign in to comment.