On 6/5/23 08:01, Philippe Mathieu-Daudé wrote:
On 3/6/23 18:55, Richard Henderson wrote:
Fixes an assert in tcg_gen_code that we don't accidentally
eliminate an insn_start during optimization.
Signed-off-by: Richard Henderson <[email protected]>
---
Test case is tests/tcg/multiarch/testthread.c; the assert for
equality is new with
https://lore.kernel.org/qemu-devel/[email protected]/
r~
---
target/sh4/translate.c | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
queued to tcg-next.
r~