X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.c;h=94b2de85dac4fd03f2148c25b0124c346a7f4bbf;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=aa944e44a2ece82f710d84c4a247f09455e22ad1;hpb=c9bb20c4b0d1f232ec83569d3456b3f3edc4aa1c;p=sbcl.git diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index aa944e4..94b2de8 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -319,12 +319,12 @@ interrupt_handle_now(int signal, siginfo_t *info, void *void_context) * rounding modes are under user control, then perhaps we should * leave this up to the user.) * - * For now we just suppress this code completely (just like the + * In the absence of a test case to show that this is really a + * problem, we just suppress this code completely (just like the * parallel code in maybe_now_maybe_later). * #ifdef __linux__ * SET_FPU_CONTROL_WORD(context->__fpregs_mem.cw); - * #endif - */ + * #endif */ handler = interrupt_handlers[signal]; @@ -405,8 +405,7 @@ maybe_now_maybe_later(int signal, siginfo_t *info, void *void_context) * For now, we just suppress this code completely. * #ifdef __linux__ * SET_FPU_CONTROL_WORD(context->__fpregs_mem.cw); - * #endif - */ + * #endif */ if (SymbolValue(INTERRUPTS_ENABLED) == NIL) {