Changeset 14863
- Timestamp:
- Jul 5, 2011, 9:59:04 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/x86-exceptions.c
r14825 r14863 866 866 Boolean valid = IS_PAGE_FAULT(info,xp); 867 867 868 if (tcr->safe_ref_address != NULL) { 869 xpGPR(xp,Iimm0) = 0; 870 xpPC(xp) = xpGPR(xp,Ira0); 871 tcr->safe_ref_address = NULL; 872 return true; 873 } 874 868 875 if (valid) { 869 if (addr && (addr == tcr->safe_ref_address)) {870 xpGPR(xp,Iimm0) = 0;871 xpPC(xp) = xpGPR(xp,Ira0);872 return true;873 }874 875 876 { 876 877 protected_area *a = find_protected_area(addr);
Note:
See TracChangeset
for help on using the changeset viewer.
