Changeset 5008


Ignore:
Timestamp:
Aug 22, 2006, 1:04:05 AM (18 years ago)
Author:
Gary Byers
Message:

Define a few more things ...

File:
1 edited

Legend:

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

    r4984 r5008  
    2828
    2929#ifdef DARWIN
     30/* DarwinSigReturn works around an old G5 bug */
     31#define DarwinSigReturn(context)
    3032#ifdef X8664
    3133#define xpGPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->ss.rax)))
     
    126128#ifdef DARWIN
    127129#define SIGNUM_FOR_INTN_TRAP SIGSEGV /* Not really, but our Mach handler fakes that */
    128 #define IS_MAYBE_INT_TRAP(info,xp) 0 /* Fix this */
     130#define IS_MAYBE_INT_TRAP(info,xp) (info->si_code == EXC_I386_GPFLT)
    129131#define SIGRETURN(context)
    130132#endif
Note: See TracChangeset for help on using the changeset viewer.