commit | 483c76e14043a60926f7df4415d0e3749694158d | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Apr 24 09:16:07 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat May 24 08:45:00 2014 -0700 |
tree | 45878099a984a09a0ec596f0deda0c30671bc184 | |
parent | 479eb12108b66265a8149b0fa90e16900bc217af [diff] |
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>