]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 10 Oct 2024 19:27:34 +0000 (16:27 -0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Oct 2024 15:16:28 +0000 (12:16 -0300)
commita6f8e0ae5a5223d421c986165310ef0bd252c3e0
tree919501253ae77568a09a3c38a858927b258c1fb3
parent89b59d8699324d33dcd038622120aef12d0b1e0d
target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241010215015.44326-9-philmd@linaro.org>
target/mips/tcg/translate.c