diff options
Diffstat (limited to 'target/s390x/cpu-dump.c')
-rw-r--r-- | target/s390x/cpu-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/cpu-dump.c b/target/s390x/cpu-dump.c index 69cc9f7..869d3a4 100644 --- a/target/s390x/cpu-dump.c +++ b/target/s390x/cpu-dump.c @@ -23,7 +23,7 @@ #include "cpu.h" #include "s390x-internal.h" #include "qemu/qemu-print.h" -#include "sysemu/tcg.h" +#include "system/tcg.h" void s390_cpu_dump_state(CPUState *cs, FILE *f, int flags) { |