Changeset 662
- Timestamp:
- Mar 17, 2004, 7:43:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisp-exceptions.c
r648 r662 2080 2080 char s[512]; 2081 2081 2082 if (threads_initialized) {2083 suspend_other_threads();2084 }2085 2086 2082 va_start(args, format); 2087 2083 vsnprintf(s, sizeof(s),format, args); … … 2089 2085 lisp_Debugger(NULL, debug_entry_bug, s); 2090 2086 2091 if (threads_initialized) {2092 resume_other_threads();2093 }2094 2087 } 2095 2088
Note:
See TracChangeset
for help on using the changeset viewer.
