Changeset 5161


Ignore:
Timestamp:
Sep 6, 2006, 11:40:54 PM (18 years ago)
Author:
Gary Byers
Message:

SIGBUS might be SIGNUM_FOR_PROCESS_INTERRUPT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-exceptions.c

    r5072 r5161  
    721721    return handle_floating_point_exception(tcr, context, info);
    722722
     723#if SIGBUS != SIGNUM_FOR_INTN_TRAP
    723724  case SIGBUS:
    724725    return handle_fault(tcr, context, info);
     726#endif
    725727   
    726728   
Note: See TracChangeset for help on using the changeset viewer.