arm_instruction_t -> struct arm_instruction

Remove misleading typedef and redundant suffix from struct arm_instruction.
This commit is contained in:
Zachary T Welch
2009-11-13 09:06:49 -08:00
parent 22f6a4cef5
commit 55edfdf2ab
8 changed files with 73 additions and 73 deletions

View File

@@ -332,7 +332,7 @@ usage:
}
for (i = 0; i < count; i++) {
arm_instruction_t cur_instruction;
struct arm_instruction cur_instruction;
int retval;
if (thumb) {