diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-04-24 22:24:08 +0200 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-30 12:45:05 -0700 |
| commit | 98db62318ae98be9a57b3c01f7f97a984ac1b79b (patch) | |
| tree | a53645973a98de4a1a98888a4c52eac474844360 /target/avr/helper.c | |
| parent | 0f81774dd1c19de5dedb3c8f2d74e5b9a73d8c12 (diff) | |
| download | focaccia-qemu-98db62318ae98be9a57b3c01f7f97a984ac1b79b.tar.gz focaccia-qemu-98db62318ae98be9a57b3c01f7f97a984ac1b79b.zip | |
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>
Diffstat (limited to 'target/avr/helper.c')
| -rw-r--r-- | target/avr/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/avr/helper.c b/target/avr/helper.c index afa591470f..b9cd6d5ef2 100644 --- a/target/avr/helper.c +++ b/target/avr/helper.c @@ -23,7 +23,6 @@ #include "qemu/error-report.h" #include "cpu.h" #include "accel/tcg/cpu-ops.h" -#include "accel/tcg/getpc.h" #include "exec/cputlb.h" #include "exec/page-protection.h" #include "exec/target_page.h" |