summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tcg/ppc/tcg-target.c3
-rw-r--r--tcg/ppc64/tcg-target.c2
2 files changed, 5 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
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c
index fed179c616..cf36c559ec 100644
--- a/tcg/ppc64/tcg-target.c
+++ b/tcg/ppc64/tcg-target.c
@@ -28,11 +28,13 @@ static uint8_t *tb_ret_addr;
 
 #define FAST_PATH
 
+#ifdef CONFIG_SOFTMMU
 #if TARGET_PHYS_ADDR_BITS == 32
 #define LD_ADDEND LWZ
 #else
 #define LD_ADDEND LD
 #endif
+#endif
 
 #if TARGET_LONG_BITS == 32
 #define LD_ADDR LWZU