Changeset 5014


Ignore:
Timestamp:
Aug 23, 2006, 9:56:49 PM (18 years ago)
Author:
Gary Byers
Message:

Using ud2b to force an exception in pseudo_sigreturn() seems to
cause/be related to spurious SIGTRAPs. Use int $0 instead.

File:
1 edited

Legend:

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

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