Changeset 5033
- Timestamp:
- Aug 26, 2006, 2:11:26 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.h
r5008 r5033 28 28 29 29 #ifdef DARWIN 30 /* DarwinSigReturn works around an old G5 bug */ 31 #define DarwinSigReturn(context) 30 #include <sys/syscall.h> 31 #define DarwinSigReturn(context) syscall(SYS_sigreturn,context) 32 32 #ifdef X8664 33 33 #define xpGPRvector(x) ((natural *)(&(UC_MCONTEXT(x)->ss.rax)))
Note:
See TracChangeset
for help on using the changeset viewer.
