Changeset 621
- Timestamp:
- Mar 6, 2004, 11:48:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-exceptions.c
r619 r621 2689 2689 darwin_exception_cleanup(TCR *tcr) 2690 2690 { 2691 void *fxs = tcr->native_thread_info; 2692 2693 if (fxs) { 2694 tcr->native_thread_info = NULL; 2695 free(fxs); 2696 } 2691 2697 mach_port_destroy(mach_task_self(),(mach_port_t)tcr); 2692 2698 }
Note:
See TracChangeset
for help on using the changeset viewer.
