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/helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/mips/helper.c') diff --git a/target/mips/helper.c b/target/mips/helper.c index ca39aca08a..ea076261af 100644 --- a/target/mips/helper.c +++ b/target/mips/helper.c @@ -19,6 +19,7 @@ #include "qemu/osdep.h" #include "cpu.h" +#include "internal.h" #include "exec/exec-all.h" #include "exec/cpu_ldst.h" #include "exec/log.h" -- cgit 1.4.1