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 | 536497d74b97b0bf8a600bd0845cde68eff120aa (patch) | |
tree | 5c8a19d60761c5b562939f7fcda5c042d893041f /target-s390x | |
parent | 2e700de203d8be96f26135af65aed9ad4ed5fcaf (diff) | |
download | qemu-536497d74b97b0bf8a600bd0845cde68eff120aa.tar.gz qemu-536497d74b97b0bf8a600bd0845cde68eff120aa.tar.bz2 qemu-536497d74b97b0bf8a600bd0845cde68eff120aa.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-s390x')
-rw-r--r-- | target-s390x/exec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-s390x/exec.h b/target-s390x/exec.h index 13dc7dd066..8ac3d8d29f 100644 --- a/target-s390x/exec.h +++ b/target-s390x/exec.h @@ -35,14 +35,6 @@ static inline int cpu_has_work(CPUState *env) return env->interrupt_request & CPU_INTERRUPT_HARD; // guess } -static inline void regs_to_env(void) -{ -} - -static inline void env_to_regs(void) -{ -} - static inline int cpu_halted(CPUState *env) { if (!env->halted) { |