Changeset 7806 for trunk/ccl/lisp-kernel/x86-exceptions.c
- Timestamp:
- Dec 3, 2007, 11:28:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.c
r7779 r7806 1217 1217 natural old_foreign_exception = tcr->flags & (1 << TCR_FLAG_BIT_FOREIGN_EXCEPTION); 1218 1218 1219 { 1220 BytePtr interrupted_sp = (BytePtr)xpGPR(context, Isp); 1221 area *vs_area = tcr->vs_area; 1222 1223 if ((interrupted_sp < vs_area->low) || 1224 (interrupted_sp > vs_area->high)) { 1225 Bug(context, "lisp stack pointer not in lisp stack"); 1226 } 1227 } 1228 1219 1229 tcr->flags &= ~(1 << TCR_FLAG_BIT_FOREIGN_EXCEPTION); 1220 1230
Note: See TracChangeset
for help on using the changeset viewer.