On 22 March 2013 11:56, Yeongkyoon Lee <yeongkyoon....@samsung.com> wrote: > is_tcg_gen_code() checks the upper limit of TCG generated code range wrong, so > that TCG could get broken occasionally only when CONFIG_QEMU_LDST_OPTIMIZATION > enabled. The reason is code_gen_buffer_max_size does not cover the upper range > up to (TCG_MAX_OP_SIZE * OPC_BUF_SIZE), thus code_gen_buffer_max_size should > be > modified to code_gen_buffer_size. > > Signed-off-by: Yeongkyoon Lee <yeongkyoon....@samsung.com>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM