Changeset 4984
- Timestamp:
- Aug 20, 2006, 10:58:24 PM (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
r4953 r4984 36 36 #define xpMMXreg(x,n) (xpFPRvector(x)[gprno]) 37 37 #endif 38 #include <mach/mach.h> 39 #include <mach/mach_error.h> 40 #include <mach/machine/thread_state.h> 41 #include <mach/machine/thread_status.h> 42 43 pthread_mutex_t *mach_exception_lock; 44 38 45 #endif 39 46 … … 122 129 #define SIGRETURN(context) 123 130 #endif 131 132 /* Please go away. */ 133 #ifdef DARWIN_GS_HACK 134 extern Boolean ensure_gs_pthread(void); 135 extern void set_gs_address(void *); 136 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
