Changeset 6264
- Timestamp:
- Apr 14, 2007, 4:17:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/x86-exceptions.c
r6262 r6264 873 873 raise_pending_interrupt(TCR *tcr) 874 874 { 875 if (TCR_INTERRUPT_LEVEL(tcr) > 0) { 875 if ((TCR_INTERRUPT_LEVEL(tcr) >= 0) && 876 (tcr->interrupt_pending)) { 876 877 pthread_kill((pthread_t)(tcr->osid), SIGNAL_FOR_PROCESS_INTERRUPT); 877 878 }
Note:
See TracChangeset
for help on using the changeset viewer.
