mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
b88a38324b
commit
ce4defa062
4 changed files with 170 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue