diff options
author | Paolo Bonzini | 2010-01-15 08:56:35 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-01-19 23:31:02 +0100 |
commit | 49a945a3c0107463de3e57394622eff251e52fc4 (patch) | |
tree | 5c8a19d60761c5b562939f7fcda5c042d893041f /target-i386 | |
parent | remove dead code from target-i386/exec.h (diff) | |
download | qemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.gz qemu-49a945a3c0107463de3e57394622eff251e52fc4.tar.xz qemu-49a945a3c0107463de3e57394622eff251e52fc4.zip |
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-i386')
-rw-r--r-- | target-i386/exec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-i386/exec.h b/target-i386/exec.h index e8365b193d..1fd74fd695 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -290,14 +290,6 @@ static inline void load_eflags(int eflags, int update_mask) (eflags & update_mask) | 0x2; } -static inline void env_to_regs(void) -{ -} - -static inline void regs_to_env(void) -{ -} - static inline int cpu_has_work(CPUState *env) { int work; |