Changeset 5008
- Timestamp:
- Aug 22, 2006, 1:04:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.h
r4984 r5008 28 28 29 29 #ifdef DARWIN 30 /* DarwinSigReturn works around an old G5 bug */ 31 #define DarwinSigReturn(context) 30 32 #ifdef X8664 31 33 #define xpGPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->ss.rax))) … … 126 128 #ifdef DARWIN 127 129 #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) 129 131 #define SIGRETURN(context) 130 132 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
