1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +00:00

Restore signal handler setup.

This commit is contained in:
Nick Briggs 2017-05-28 19:38:08 -07:00
parent a6f00921ca
commit eb4337fdc2

View File

@ -1139,7 +1139,7 @@ void int_init() {
int_timer_init(); /* periodic interrupt timer */
int_io_init(); /* SIGIO and SIGPOLL async I/O handlers */
int_file_init(); /* file-io TIMEOUT support */
/* int_panic_init(); /* catch for all other dangerous interrupts */
int_panic_init(); /* catch for all other dangerous interrupts */
#ifdef FLTINT
int_fp_init(); /* Floating-point exception handler */