summaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/exec.c b/exec.c
index cdc2a0be36..46cccb5deb 100644
--- a/exec.c
+++ b/exec.c
@@ -27,13 +27,8 @@
#include <sys/mman.h>
#include "config.h"
-#ifdef TARGET_I386
-#include "cpu-i386.h"
-#endif
-#ifdef TARGET_ARM
-#include "cpu-arm.h"
-#endif
-#include "exec.h"
+#include "cpu.h"
+#include "exec-all.h"
//#define DEBUG_TB_INVALIDATE
//#define DEBUG_FLUSH