Searched hist:f14bed3fd4a17e1255e2ed6db1dfe50e654e601d (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | f14bed3fd4a17e1255e2ed6db1dfe50e654e601d Tue Nov 03 03:36:20 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Remove assert from set_jmp_reset_offset
Since 6e6c4efed99, there has been a more appropriate range check done later at the end of tcg_gen_code. There, a failing range check results in a returned error code, which causes the TB to be restarted at half the size.
Reported-by: Sai Pavan Boddu <saipava@xilinx.com> Tested-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|