commit | e72c4fb81db52be881c9356f1c60e0a7817d2d32 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Jul 30 23:39:34 2015 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Aug 01 09:38:36 2015 +0200 |
tree | 758b4668174b6f076a95867451bcb1140b38a5bc | |
parent | 7008d580acad326148a725bd20695882ba10247a [diff] |
tcg/mips: fix TLB loading for BE host with 32-bit guests For 32-bit guest, we load a 32-bit address from the TLB, so there is no need to compensate for the low or high part. This fixes 32-bit guests on big-endian hosts. Cc: qemu-stable@nongnu.org Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>