Fix rbase initialization
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
c62bbcd3f4
commit
a71836de38
@ -845,7 +845,7 @@ static void tcg_out_qemu_st (TCGContext *s, const TCGArg *args, int opc)
|
|||||||
#else /* !CONFIG_SOFTMMU */
|
#else /* !CONFIG_SOFTMMU */
|
||||||
r0 = addr_reg;
|
r0 = addr_reg;
|
||||||
r1 = 3;
|
r1 = 3;
|
||||||
rbase = GUEST_BASE ? rbase : 0;
|
rbase = GUEST_BASE ? TCG_GUEST_BASE_REG : 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TARGET_WORDS_BIGENDIAN
|
#ifdef TARGET_WORDS_BIGENDIAN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user