fixed include macro pb

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@249 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-06-15 23:28:43 +00:00
parent 039de852ec
commit 2054396a04
2 changed files with 31 additions and 8 deletions

View file

@ -6,8 +6,15 @@
#include <signal.h>
#include "syscall_defs.h"
#include "cpu-" TARGET_ARCH ".h"
#include "syscall-" TARGET_ARCH ".h"
#if defined(TARGET_I386)
#include "cpu-i386.h"
#include "syscall-i386.h"
#elif defined(TARGET_ARM)
#include "cpu-arm.h"
#include "syscall-arm.h"
#else
#error unsupported target CPU
#endif
/* This struct is used to hold certain information about the image.
* Basically, it replicates in user space what would be certain