On 10/10/25 08:50, Philippe Mathieu-Daudé wrote:
All callers of gen_cmpxchg() / gen_cmpxchg64() set the MO_TE flag. Set it once in the callees.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/riscv/translate.c | 1 + target/riscv/insn_trans/trans_rvzabha.c.inc | 2 +- target/riscv/insn_trans/trans_rvzacas.c.inc | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
