projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62bbcd
)
Fix rbase initialization
author
malc
<av1474@comtv.ru>
Sun, 19 Jul 2009 21:14:43 +0000
(
01:14
+0400)
committer
malc
<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
patch
|
blob
|
history
diff --git
a/tcg/ppc/tcg-target.c
b/tcg/ppc/tcg-target.c
index 5c64a13c13715b7a083e0758c3765cd2ed7257cf..2409288998b0ce00c06bee915041f1ba97306705 100644
(file)
--- a/
tcg/ppc/tcg-target.c
+++ b/
tcg/ppc/tcg-target.c
@@
-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