On 2/17/25 04:12, Philippe Mathieu-Daudé wrote:
With this change:-- >8 -- @@ -678,8 +678,2 @@ static void tcg_out_ldrd_r(TCGContext *s, ARMCond cond, TCGReg rt, -static void __attribute__((unused)) -tcg_out_ldrd_rwb(TCGContext *s, ARMCond cond, TCGReg rt, TCGReg rn, TCGReg rm) -{ - tcg_out_memop_r(s, cond, INSN_LDRD_REG, rt, rn, rm, 1, 1, 1); -} - static void __attribute__((unused)) --- squashed: Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Ah, thanks. r~