diff options
Diffstat (limited to 'target-microblaze/exec.h')
-rw-r--r-- | target-microblaze/exec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-microblaze/exec.h b/target-microblaze/exec.h index 552f6224da..646701c214 100644 --- a/target-microblaze/exec.h +++ b/target-microblaze/exec.h @@ -23,14 +23,6 @@ register struct CPUMBState *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 |