commit | 6180a1818ad1f6147983e48314ab6cbf49d4f084 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Sep 30 21:04:53 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Sep 30 21:04:53 2003 +0000 |
tree | d151bf5f87425ac9f4218d551da17d87af7823c6 | |
parent | d3eead2eec2f74fded2bed2cb8c21fd8404aeeb9 [diff] [blame] |
new directory structure git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@391 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/exec.c b/exec.c index cdc2a0b..46cccb5 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