]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/m68k: Remove pointless @cpu_halted TCGv
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 26 Aug 2025 04:42:05 +0000 (06:42 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commitcb4ca3b358660646db62c256f360598e92c65b97
tree1b958e9008db561f5c587775078a03b0237598ef
parenteefee97c4ca386ff82691417846fd252d90d978e
target/m68k: Remove pointless @cpu_halted TCGv

Avoid registering a TCGv to write the generic CPUState::halted
field. Access it directly via @env in both STOP / HALT opcodes.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250925012454.60602-1-philmd@linaro.org>
target/m68k/translate.c