]> git.proxmox.com Git - mirror_qemu.git/commit - translate-all.c
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment
authorRichard Henderson <rth@twiddle.net>
Thu, 24 Apr 2014 16:16:07 +0000 (09:16 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 24 May 2014 15:45:00 +0000 (08:45 -0700)
commit483c76e14043a60926f7df4415d0e3749694158d
tree45878099a984a09a0ec596f0deda0c30671bc184
parent479eb12108b66265a8149b0fa90e16900bc217af
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment

This assures us use of J for exit_tb and goto_tb, and JAL for calling
into the generated bswap helpers.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
translate-all.c