Changeset 5617


Ignore:
Timestamp:
Dec 14, 2006, 3:01:35 PM (18 years ago)
Author:
Gary Byers
Message:

Recognize the kernel's attempt to signal errors for (e.g.) failed memory allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/x86-trap-support.lisp

    r5577 r5617  
    178178    (cond ((zerop signal)               ;thread interrupt
    179179           (cmain))
     180          ((< signal 0)
     181           (%err-disp code))
    180182          ((= signal #$SIGFPE)
    181183           (multiple-value-bind (operation operands)
Note: See TracChangeset for help on using the changeset viewer.