Changeset 5288
- Timestamp:
- Oct 2, 2006, 7:13:07 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
r5282 r5288 130 130 #define SIGNUM_FOR_INTN_TRAP SIGSEGV /* Not really, but our Mach handler fakes that */ 131 131 #define IS_MAYBE_INT_TRAP(info,xp) (info->si_code == EXC_I386_GPFLT) 132 #define SIGRETURN(context) 132 /* The x86 version of sigreturn just needs the context argument; the 133 hidden, magic "flavor" argument that sigtramp uses is ignored. */ 134 #define SIGRETURN(context) syscall(SYS_sigreturn,context) 133 135 #endif 134 136
Note:
See TracChangeset
for help on using the changeset viewer.
