commit | 8163b74938d8b7d12e70597c4553dd0dc49443d5 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Sep 18 23:43:05 2015 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Wed Oct 07 20:36:53 2015 +1100 |
tree | 8cac7a8219d3e650cd0f9854fb62a73385383558 | |
parent | 04fe64000162c45d8974da9ca4d266f8d0e67eb7 [diff] |
tcg: Emit prologue to the beginning of code_gen_buffer By putting the prologue at the end, we risk overwriting the prologue should our estimate of maximum TB size. Given the two different placements of the call to tcg_prologue_init, move the high water mark computation into tcg_prologue_init. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>