Index: /trunk/ccl/lisp-kernel/x86-exceptions.c
===================================================================
--- /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 5160)
+++ /trunk/ccl/lisp-kernel/x86-exceptions.c	(revision 5161)
@@ -721,6 +721,8 @@
     return handle_floating_point_exception(tcr, context, info);
 
+#if SIGBUS != SIGNUM_FOR_INTN_TRAP
   case SIGBUS:
     return handle_fault(tcr, context, info);
+#endif
     
     
