On 11/26/24 07:15, Philippe Mathieu-Daudé wrote:
MIPS gen_op_addr_add() and gen_op_addr_addi() take a target-specific TCGv argument. Rename them respectively as gen_op_addr_add_tl() and gen_op_addr_addi_tl() like other TCG core helpers.Mechanical change done using sed tool. Signed-off-by: Philippe Mathieu-Daudé<[email protected]> ---
Reviewed-by: Richard Henderson <[email protected]> r~
