]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Remove assert from set_jmp_reset_offset
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 3 Nov 2020 03:36:20 +0000 (19:36 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Nov 2020 18:35:40 +0000 (10:35 -0800)
commitf14bed3fd4a17e1255e2ed6db1dfe50e654e601d
treea234e89d41e7bb18ce0876236904fdf71077003f
parent3c8c36c9087da957f580a9bb5ebf7814a753d1c6
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>
tcg/tcg.c