From 26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 20 Sep 2017 16:49:30 -0300 Subject: mips: introduce internal.h and cleanup cpu.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no logical change, only code movement (and fix a comment typo). Signed-off-by: Philippe Mathieu-Daudé Tested-by: Igor Mammedov Tested-by: James Hogan Acked-by: Eduardo Habkost Signed-off-by: Yongbok Kim --- target/mips/gdbstub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/mips/gdbstub.c') diff --git a/target/mips/gdbstub.c b/target/mips/gdbstub.c index 7c682289c2..6d1fb70f2c 100644 --- a/target/mips/gdbstub.c +++ b/target/mips/gdbstub.c @@ -20,6 +20,7 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "cpu.h" +#include "internal.h" #include "exec/gdbstub.h" int mips_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n) -- cgit 1.4.1