]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 24 Apr 2025 20:24:08 +0000 (22:24 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 30 Apr 2025 19:45:05 +0000 (12:45 -0700)
commit98db62318ae98be9a57b3c01f7f97a984ac1b79b
treea53645973a98de4a1a98888a4c52eac474844360
parent0f81774dd1c19de5dedb3c8f2d74e5b9a73d8c12
accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'

Most files including "exec/helper-proto.h" call GETPC().
Include it there (in the common part) instead of the
unspecific "exec/exec-all.h" header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250424202412.91612-10-philmd@linaro.org>
accel/tcg/translate-all.c
include/exec/exec-all.h
include/exec/helper-proto-common.h
target/avr/helper.c