diff options
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r-- | target-cris/exec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h index 0b6c5ebf2c..728aa8077c 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -24,14 +24,6 @@ register struct CPUCRISState *env asm(AREG0); #include "cpu.h" #include "exec-all.h" -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" #endif |