summaryrefslogtreecommitdiffstats
path: root/target/mips/helper.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-09-20 21:49:30 +0200
committerYongbok Kim2017-09-21 14:24:34 +0200
commit26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2 (patch)
tree1de0080caa8b6e326a8457d30703b00dc5029b8f /target/mips/helper.c
parentmips: move hw/mips/cputimer.c to target/mips/ (diff)
downloadqemu-26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2.tar.gz
qemu-26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2.tar.xz
qemu-26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2.zip
mips: introduce internal.h and cleanup cpu.h
no logical change, only code movement (and fix a comment typo). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Igor Mammedov <imammedo@redhat.com> Tested-by: James Hogan <james.hogan@imgtec.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Diffstat (limited to 'target/mips/helper.c')
-rw-r--r--target/mips/helper.c1
1 files changed, 1 insertions, 0 deletions
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"