diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:47:48 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-31 03:47:48 +0000 |
commit | 8984bd2e833ae0824caa3d63176639c70a6fe654 (patch) | |
tree | b47cbda2f65b1cee8611c057eda51e9a3ec7b31d /target-arm/exec.h | |
parent | 5e3f878ad65a3a3e50200dd40feac23c9f77b9b7 (diff) |
ARM TCG conversion 12/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4149 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index d95309811d..af1818171a 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -61,13 +61,6 @@ static inline int cpu_halted(CPUState *env) { /* In op_helper.c */ -void helper_set_cp(CPUState *, uint32_t, uint32_t); -uint32_t helper_get_cp(CPUState *, uint32_t); -void helper_set_cp15(CPUState *, uint32_t, uint32_t); -uint32_t helper_get_cp15(CPUState *, uint32_t); -uint32_t helper_v7m_mrs(CPUState *env, int reg); -void helper_v7m_msr(CPUState *env, int reg, uint32_t val); - void helper_mark_exclusive(CPUARMState *, uint32_t addr); int helper_test_exclusive(CPUARMState *, uint32_t addr); void helper_clrex(CPUARMState *env); |