Changeset 5595


Ignore:
Timestamp:
Dec 5, 2006, 7:29:40 PM (18 years ago)
Author:
Gary Byers
Message:

Use _exit(), just in case.

File:
1 edited

Legend:

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

    r5543 r5595  
    12351235 
    12361236  if (new != (pc) 0x5000) {
    1237     exit(1);
     1237    _exit(1);
    12381238  }
    12391239 
     
    12651265  if (new == (pc)-1) {
    12661266    perror("remap spjump");
    1267     exit(1);
     1267    _exit(1);
    12681268  }
    12691269  bcopy(old, new, 0x1000);
Note: See TracChangeset for help on using the changeset viewer.