arm_instruction_t -> struct arm_instruction
Remove misleading typedef and redundant suffix from struct arm_instruction.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user