Changeset 13767
- Timestamp:
- Jun 1, 2010, 10:45:17 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/x86-exceptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/x86-exceptions.c
r13431 r13767 1551 1551 #if 1 1552 1552 if (tcr->valence != TCR_STATE_LISP) { 1553 FBug(context, "exception in foreign context");1553 lisp_Debugger(context, info, signum, true, "exception in foreign context"); 1554 1554 } 1555 1555 #endif … … 1585 1585 #if 1 1586 1586 if (tcr->valence != TCR_STATE_LISP) { 1587 FBug(context, "exception in foreign context");1587 lisp_Debugger(context, info, signum, true, "exception in foreign context"); 1588 1588 } 1589 1589 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
