Changeset 13732
- Timestamp:
- May 22, 2010, 6:54:35 PM (15 years ago)
- File:
-
- 1 edited
-
branches/arm/lisp-kernel/platform-linuxarm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lisp-kernel/platform-linuxarm.h
r13664 r13732 34 34 /* xp accessors */ 35 35 #define xpGPRvector(x) ((natural *)&((x)->uc_mcontext.arm_r0)) 36 #define xpGPR(x,gprno) xpGPRvector[gprno]36 #define xpGPR(x,gprno) (xpGPRvector(x))[gprno] 37 37 #define xpPC(x) xpGPR(x,15) 38 38 #define xpPSR(x) xpGPR(x,16)
Note:
See TracChangeset
for help on using the changeset viewer.
