tcg/ppc[64]: Only define addend load helpers in softmmu case
authormalc <av1474@comtv.ru>
Fri, 12 Mar 2010 21:27:46 +0000 (00:27 +0300)
committermalc <av1474@comtv.ru>
Fri, 12 Mar 2010 21:27:46 +0000 (00:27 +0300)
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c

index b40246d..81633ed 100644 (file)
@@ -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
index fed179c..cf36c55 100644 (file)
@@ -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