Changeset 14875
- Timestamp:
- Jul 11, 2011, 3:09:48 PM (13 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
r14874 r14875 2098 2098 install_pmcl_exception_handlers() 2099 2099 { 2100 #ifndef DARWIN2101 2100 void *handler, *interrupt_handler; 2102 2101 … … 2109 2108 #endif 2110 2109 2110 #ifndef DARWIN 2111 2111 install_signal_handler(SIGILL, handler, RESERVE_FOR_LISP|ON_ALTSTACK); 2112 2112 install_signal_handler(SIGBUS, handler, RESERVE_FOR_LISP|ON_ALTSTACK);
Note:
See TracChangeset
for help on using the changeset viewer.
