summaryrefslogtreecommitdiffstats
path: root/disas.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-09-21 10:40:48 -0700
committerRichard Henderson <rth@twiddle.net>2012-09-21 22:02:16 +0200
commitd5dd696fe3049657c08eb14f40cb74b6e94e79cc (patch)
tree02e02abb7418e3674c45c22da8a8cff95173c3c1 /disas.c
parenta221ae3fcc55fcc3911587bc572af88eed3342dd (diff)
downloadhqemu-d5dd696fe3049657c08eb14f40cb74b6e94e79cc.zip
hqemu-d5dd696fe3049657c08eb14f40cb74b6e94e79cc.tar.gz
tcg-sparc: Don't MAP_FIXED on top of the program
The address we pick in sparc64.ld is also 0x60000000, so doing a fixed map on top of that is guaranteed to blow up. Choosing 0x40000000 is exactly right for the max of code_gen_buffer_size set below. No need to ever use MAP_FIXED. While getting our desired address helps optimize the generated code, we won't fail if we don't get it. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'disas.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud