diff options
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index c543cf4a46..88f08862d6 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -58,6 +58,4 @@ static inline int cpu_halted(CPUState *env) { #include "softmmu_exec.h" #endif -void cpu_loop_exit(void); - void raise_exception(int); |