diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-01-15 08:56:35 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-19 16:31:02 -0600 |
commit | 49a945a3c0107463de3e57394622eff251e52fc4 (patch) | |
tree | 5c8a19d60761c5b562939f7fcda5c042d893041f /target-arm/exec.h | |
parent | baee019f64e904df0163083a0a9f00ef1e9dfeeb (diff) | |
download | qemu-49a945a3c0107463de3e57394622eff251e52fc4.zip qemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.gz qemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.bz2 |
kill regs_to_env and env_to_regs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index e9848e1..0225c3f 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -26,14 +26,6 @@ register struct CPUARMState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - static inline int cpu_has_work(CPUState *env) { return (env->interrupt_request & |