aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
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-ppc
parentb8b5ac63765360aacf356fb2a488c8bbfe59c286 (diff)
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-ppc')
-rw-r--r--target-ppc/exec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h
index 6377907683..50c51502ce 100644
--- a/target-ppc/exec.h
+++ b/target-ppc/exec.h
@@ -165,4 +165,12 @@ void dump_store_dbat (int ul, int nr);
void dump_store_tb (int ul);
void dump_update_tb(uint32_t param);
+static inline void env_to_regs(void)
+{
+}
+
+static inline void regs_to_env(void)
+{
+}
+
#endif /* !defined (__PPC_H__) */