Changeset 14190
- Timestamp:
- Aug 14, 2010, 7:16:16 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/arm-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/arm-exceptions.c
r14169 r14190 813 813 is_write_fault(ExceptionInformation *xp, siginfo_t *info) 814 814 { 815 #ifdef LINUX 816 /* Based on experiments with a small sample size; need to R TFM. */ 817 return ((xp->uc_mcontext.trap_no == 0xe) && 818 ((xp->uc_mcontext.error_code & 0xfffffff7) == 0x817)); 819 #endif 815 return ((xpFaultStatus(xp) & 0x800) != 0); 820 816 } 821 817
Note:
See TracChangeset
for help on using the changeset viewer.
