]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Remove unused MEMOP_IDX() macro
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 14 Oct 2024 23:20:46 +0000 (20:20 -0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 15 Oct 2024 15:16:28 +0000 (12:16 -0300)
commitd74fbe0fbdca05407190fbffb41c1dac795850ea
treef393ed1ac8251ac6e3c1209fc098e46220ea2ca0
parenta6f8e0ae5a5223d421c986165310ef0bd252c3e0
target/mips: Remove unused MEMOP_IDX() macro

MEMOP_IDX() is unused since commit 948f88661c6 ("target/mips:
Use cpu_*_data_ra for msa load/store"), remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241014232235.51988-1-philmd@linaro.org>
target/mips/tcg/msa_helper.c