Changeset 5071


Ignore:
Timestamp:
Sep 2, 2006, 10:07:26 AM (18 years ago)
Author:
Gary Byers
Message:

Use a hlt instruction to trap in pseudo_sigreturn.

Still get spurious SIGTRAPs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-asmutils64.s

    r5014 r5071  
    119119        __ifdef([DARWIN])
    120120_exportfn(C(pseudo_sigreturn))
    121         __(int $0)
     121        __(hlt)
    122122        __(jmp C(pseudo_sigreturn))
    123123_endfn
Note: See TracChangeset for help on using the changeset viewer.