Revision fbb4a2e3 linux-user/arm/syscall.h

b/linux-user/arm/syscall.h
28 28
#define ARM_SYSCALL_BASE	0x900000
29 29
#define ARM_THUMB_SYSCALL	0
30 30

  
31
#define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)
31
#define ARM_NR_BASE	  0xf0000
32
#define ARM_NR_cacheflush (ARM_NR_BASE + 2)
33
#define ARM_NR_set_tls	  (ARM_NR_BASE + 5)
32 34

  
33 35
#define ARM_NR_semihosting	  0x123456
34 36
#define ARM_NR_thumb_semihosting  0xAB

Also available in: Unified diff