accel/tcg: Set cflags_next_tb in cpu_common_initfn
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Oct 2022 10:33:28 +0000 (20:33 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 19:41:28 +0000 (11:41 -0800)
commitc8cc6879f61cd589a9ed211729f12bc3b46beed4
treec8d45ba8ff4f60561f6c8455e1e69aef1788bbdc
parent29f5e92502effeadde242500a63dfd87a275ab46
accel/tcg: Set cflags_next_tb in cpu_common_initfn

While we initialize this value in cpu_common_reset, that
isn't called during startup, so set it as well in init.
This fixes -singlestep versus the very first TB.

Fixes: 04f5b647ed07 ("accel/tcg: Handle -singlestep in curr_cflags")
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/core/cpu-common.c