On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
Move the TCG-specific cpu_unwind_state_data() declaration out
of the generic "exec/cpu-common.h" header, to the recently
created "accel/tcg/cpu-loop.h" one.
Include "accel/tcg/cpu-loop.h" where appropriate.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/accel/tcg/cpu-loop.h | 13 +++++++++++++
include/exec/cpu-common.h | 13 -------------
accel/tcg/translate-all.c | 1 +
target/i386/helper.c | 1 +
target/or1k/sys_helper.c | 1 +
target/riscv/csr.c | 1 +
6 files changed, 17 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~