diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-09 19:31:39 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-09 19:31:39 +0000 |
commit | 43fff2384e7027f1c870520dbb111e0b2df8b4bb (patch) | |
tree | 8658388ae06755e1c72963b750ecf74c026a57b4 /syscall-arm.h | |
parent | 1b21b62ab4b68da17b18f630e33ff7e1d5e3d3a2 (diff) |
ARM signal support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@318 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'syscall-arm.h')
-rw-r--r-- | syscall-arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syscall-arm.h b/syscall-arm.h index e5977106bd..34153c998d 100644 --- a/syscall-arm.h +++ b/syscall-arm.h @@ -25,3 +25,4 @@ struct target_pt_regs { #define ARM_r0 uregs[0] #define ARM_ORIG_r0 uregs[17] +#define ARM_SYSCALL_BASE 0x900000 |