commit | 80adb8fcad4778376a11d394a9e01516819e2327 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Jul 23 18:04:52 2015 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Thu Jul 23 20:19:44 2015 -0700 |
tree | 8a2fbc4885ae0ec9b2980a23c81873edc0cc9149 | |
parent | ffc6372851d8631a9f9fa56ec613b3244dc635b9 [diff] |
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>