aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv8.h')
-rw-r--r--src/target/armv8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/armv8.h b/src/target/armv8.h
index 1a61145..c5ee5fd 100644
--- a/src/target/armv8.h
+++ b/src/target/armv8.h
@@ -330,6 +330,7 @@ static inline unsigned int armv8_curel_from_core_mode(enum arm_mode core_mode)
}
}
+const char *armv8_mode_name(unsigned psr_mode);
void armv8_select_reg_access(struct armv8_common *armv8, bool is_aarch64);
int armv8_set_dbgreg_bits(struct armv8_common *armv8, unsigned int reg, unsigned long mask, unsigned long value);