Arm Linux EABI syscall support.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1756 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2006-02-09 16:49:55 +00:00
parent b88a38324b
commit ce4defa062
4 changed files with 170 additions and 32 deletions

View file

@ -110,6 +110,11 @@ typedef struct CPUARMState {
float_status fp_status;
} vfp;
#if defined(CONFIG_USER_ONLY)
/* For usermode syscall translation. */
int eabi;
#endif
CPU_COMMON
} CPUARMState;