summaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.c')
-rw-r--r--src/target/armv7a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a.c b/src/target/armv7a.c
index c4b4c985..efe3d36d 100644
--- a/src/target/armv7a.c
+++ b/src/target/armv7a.c
@@ -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) {