tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation
commit80adb8fcad4778376a11d394a9e01516819e2327
authorRichard Henderson <rth@twiddle.net>
Thu, 23 Jul 2015 22:04:52 +0000 (23 18:04 -0400)
committerRichard Henderson <rth@twiddle.net>
Fri, 24 Jul 2015 03:19:44 +0000 (23 20:19 -0700)
tree8a2fbc4885ae0ec9b2980a23c81873edc0cc9149
parentffc6372851d8631a9f9fa56ec613b3244dc635b9
tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation

Similar to the same fix for user-mode, except this instance
occurs on the softmmu path.  Again, the tlb addend must be
the base register, while the guest address is the index.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/aarch64/tcg-target.c