accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 Apr 2024 09:25:52 +0000 (11:25 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 May 2024 09:17:15 +0000 (11:17 +0200)
commit0650fc1ea33de8db48375664ae1dd1dc7ed72662
tree07079c192053227b1a8f05ae81274d296a65d500
parent74781c0888e819552538593c0932d98ea16c766b
accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()

Do not open-code cpu_loop_exit_requested().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240428214915.10339-9-philmd@linaro.org>
accel/tcg/cpu-exec.c