mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
Last commit removed the last non-TCG use of cpu_loop_exit(). This method is now only called within TCG files, so we can remove its stub for non-TCG accelerators. Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260617171438.75914-4-philmd@oss.qualcomm.com>