Changeset 5161
- Timestamp:
- Sep 6, 2006, 11:40:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.c
r5072 r5161 721 721 return handle_floating_point_exception(tcr, context, info); 722 722 723 #if SIGBUS != SIGNUM_FOR_INTN_TRAP 723 724 case SIGBUS: 724 725 return handle_fault(tcr, context, info); 726 #endif 725 727 726 728
Note:
See TracChangeset
for help on using the changeset viewer.
