summaryrefslogtreecommitdiff
path: root/tcg/ppc
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-03-13 00:27:46 +0300
committermalc <av1474@comtv.ru>2010-03-13 00:27:46 +0300
commit35f6b5997a334436e5bd4ca59aa92f2ccb3d4cb0 (patch)
treeed74f281895930b1dc49d7190fab3233dd82dab1 /tcg/ppc
parentb1aa27c4eab62b3c75a892671db5131bedf1cdf6 (diff)
downloadqemu-35f6b5997a334436e5bd4ca59aa92f2ccb3d4cb0.tar.gz
tcg/ppc[64]: Only define addend load helpers in softmmu case
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'tcg/ppc')
-rw-r--r--tcg/ppc/tcg-target.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c
index b40246d411..81633edda1 100644
--- a/tcg/ppc/tcg-target.c
+++ b/tcg/ppc/tcg-target.c
@@ -36,11 +36,14 @@ static uint8_t *tb_ret_addr;
#endif
#define FAST_PATH
+
+#ifdef CONFIG_SOFTMMU
#if TARGET_PHYS_ADDR_BITS <= 32
#define ADDEND_OFFSET 0
#else
#define ADDEND_OFFSET 4
#endif
+#endif
#ifndef GUEST_BASE
#define GUEST_BASE 0