target/mips: Remove unused CPUMIPSState* from MXU functions
commit21d66ead6a7577ad7d6699a4ff99d231a5cfa0b0
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 17 Feb 2021 19:52:14 +0000 (17 20:52 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:42:49 +0000 (13 23:42 +0100)
tree83f2c16d8d1b8ef9b9efc7796ed93b046899e465
parent2090713f650b4832b9661cdcdf193f3602d0e0c0
target/mips: Remove unused CPUMIPSState* from MXU functions

None of these MXU functions use their CPUMIPSState* env argument,
remove it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210226093111.3865906-6-f4bug@amsat.org>
target/mips/translate.c