Re: [PATCH v2 08/16] target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()

2024-10-13 Thread Richard Henderson
On 10/10/24 14:50, Philippe Mathieu-Daudé wrote: In commit 6d0cad12594 ("target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*") we renamed the argument of the user definition. Rename the system part for coherency. Since the argument is ignored, prefix with 'ignored_'. Signed-off-by: Philippe

[PATCH v2 08/16] target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()

2024-10-10 Thread Philippe Mathieu-Daudé
In commit 6d0cad12594 ("target/mips: Finish conversion to tcg_gen_qemu_{ld,st}_*") we renamed the argument of the user definition. Rename the system part for coherency. Since the argument is ignored, prefix with 'ignored_'. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c |