Re: [PATCH] tcg/arm: Fix goto_tb for large translation blocks

2024-02-12 Thread Michael Tokarev
13.02.2024 00:56, Richard Henderson: Correct arithmetic for separating high and low on a large negative number. Fixes: 79ffece4447 ("tcg/arm: Implement direct branch for goto_tb") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1714 Signed-off-by: Richard Henderson Cc: qemu-stable@ Re

[PATCH] tcg/arm: Fix goto_tb for large translation blocks

2024-02-12 Thread Richard Henderson
Correct arithmetic for separating high and low on a large negative number. Fixes: 79ffece4447 ("tcg/arm: Implement direct branch for goto_tb") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1714 Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c.inc | 4 ++-- 1 file changed, 2 in