Re: [PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset

2023-01-17 Thread Alex Bennée
Richard Henderson writes: > Test TCG_TARGET_HAS_direct_jump instead of testing an > implementation pointer. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset

2023-01-08 Thread Richard Henderson
Test TCG_TARGET_HAS_direct_jump instead of testing an implementation pointer. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 2 +- tcg/arm/tcg-target.c.inc | 2 +- tcg/loongarch64/tcg-target.c.inc | 2 +- tcg/mips/tcg-target.c