tcg-s390: Allocate the code_gen_buffer near the main program.
commiteba0b89379b3af98b51a8c1559868de89f5f713e
authorRichard Henderson <rth@twiddle.net>
Fri, 4 Jun 2010 19:14:14 +0000 (4 12:14 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 11 Jun 2010 07:30:48 +0000 (11 09:30 +0200)
treec321303a7e26b6b6929ef7523cddc0acff30a6fe
parent1bcaae666fdcda03f768c2894091ec2e441abb57
tcg-s390: Allocate the code_gen_buffer near the main program.

This allows the use of direct calls to the helpers,
and a direct branch back to the epilogue.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec.c