aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm.h')
-rw-r--r--src/target/arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm.h b/src/target/arm.h
index 63932e11..86cf4475 100644
--- a/src/target/arm.h
+++ b/src/target/arm.h
@@ -197,7 +197,7 @@ struct arm_reg {
int num;
enum arm_mode mode;
struct target *target;
- struct arm *armv4_5_common;
+ struct arm *arm;
uint32_t value;
};