summaryrefslogtreecommitdiff
path: root/target-sparc
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-10-12 22:01:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-10-12 22:01:28 +0000
commit0d1a29f9fcd161b07a02b9256446235208d379ca (patch)
tree62c3841130c90348615724e92d30d19fe520e8ea /target-sparc
parentb8b5ac63765360aacf356fb2a488c8bbfe59c286 (diff)
downloadqemu-0d1a29f9fcd161b07a02b9256446235208d379ca.tar.gz
correct handling of saved host registers
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1122 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/exec.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index 941b22a741..1b3d9a0806 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -109,4 +109,13 @@ void memcpy32(uint32_t *dst, const uint32_t *src);
#define stq(p, v) stq_data(p, v)
#endif /* !defined(CONFIG_USER_ONLY) */
+
+static inline void env_to_regs(void)
+{
+}
+
+static inline void regs_to_env(void)
+{
+}
+
#endif