diff options
Diffstat (limited to 'linux-user/arm/target_syscall.h')
-rw-r--r-- | linux-user/arm/target_syscall.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linux-user/arm/target_syscall.h b/linux-user/arm/target_syscall.h index 412ad43..8c4ddba 100644 --- a/linux-user/arm/target_syscall.h +++ b/linux-user/arm/target_syscall.h @@ -1,14 +1,6 @@ #ifndef ARM_TARGET_SYSCALL_H #define ARM_TARGET_SYSCALL_H -/* this struct defines the way the registers are stored on the - stack during a system call. */ - -/* uregs[0..15] are r0 to r15; uregs[16] is CPSR; uregs[17] is ORIG_r0 */ -struct target_pt_regs { - abi_long uregs[18]; -}; - #define ARM_SYSCALL_BASE 0x900000 #define ARM_THUMB_SYSCALL 0 |