]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - gdbstub.c
hw: move headers to include/
[thirdparty/qemu.git] / gdbstub.c
index a0288a77fb219af89cb8eac1594ce17d8dcb0d6b..22ab12c68cea3d6015a7d65da8fc7c2dc6f3b64c 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1607,7 +1607,7 @@ static int cpu_gdb_write_register(CPUS390XState *env, uint8_t *mem_buf, int n)
 }
 #elif defined (TARGET_LM32)
 
-#include "hw/lm32_pic.h"
+#include "hw/lm32/lm32_pic.h"
 #define NUM_CORE_REGS (32 + 7)
 
 static int cpu_gdb_read_register(CPULM32State *env, uint8_t *mem_buf, int n)