]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Remove unused CPUMIPSState::current_fpu field
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 21 Oct 2024 15:08:49 +0000 (12:08 -0300)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 3 Nov 2024 08:52:49 +0000 (05:52 -0300)
commita144a3baa61e3fca1a7946685128c349dd92c76f
tree0cbd2ac0bfe1389c06e7458619bdba092520fedb
parent804607e84b3ac21bacb0a824734de44064b283f1
target/mips: Remove unused CPUMIPSState::current_fpu field

The 'current_fpu' field is unused since commit f01be154589
("Move the active FPU registers into env again, and use more
TCG registers to access them").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241021151253.36443-1-philmd@linaro.org>
target/mips/cpu.h
target/mips/sysemu/machine.c