diff options
Diffstat (limited to 'target/loongarch/arch_dump.c')
-rw-r--r-- | target/loongarch/arch_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/loongarch/arch_dump.c b/target/loongarch/arch_dump.c index d9e1120..2b0955a 100644 --- a/target/loongarch/arch_dump.c +++ b/target/loongarch/arch_dump.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "cpu.h" #include "elf.h" -#include "sysemu/dump.h" +#include "system/dump.h" #include "internals.h" /* struct user_pt_regs from arch/loongarch/include/uapi/asm/ptrace.h */ |