Fix rbase initialization
authormalc <av1474@comtv.ru>
Sun, 19 Jul 2009 21:14:43 +0000 (01:14 +0400)
committermalc <av1474@comtv.ru>
Sun, 19 Jul 2009 21:15:23 +0000 (01:15 +0400)
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c

index 5c64a13c13715b7a083e0758c3765cd2ed7257cf..2409288998b0ce00c06bee915041f1ba97306705 100644 (file)
@@ -845,7 +845,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
 #else  /* !CONFIG_SOFTMMU */
     r0 = addr_reg;
     r1 = 3;
-    rbase = GUEST_BASE ? rbase : 0;
+    rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
 #endif
 
 #ifdef TARGET_WORDS_BIGENDIAN