]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/mips: fix TLB loading for BE host with 32-bit guests
authorAurelien Jarno <aurelien@aurel32.net>
Thu, 30 Jul 2015 21:39:34 +0000 (23:39 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 1 Aug 2015 07:38:36 +0000 (09:38 +0200)
commite72c4fb81db52be881c9356f1c60e0a7817d2d32
tree758b4668174b6f076a95867451bcb1140b38a5bc
parent7008d580acad326148a725bd20695882ba10247a
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>
tcg/mips/tcg-target.c