Changeset 85734b3 in rtems for cpukit/libcsupport/src/error.c
- Timestamp:
- 08/31/98 22:53:42 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- de9edc4
- Parents:
- 90c60f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/error.c
r90c60f7 r85734b3 116 116 if (error_flag & RTEMS_ERROR_PANIC) 117 117 { 118 rtems_panic_in_progress++; 119 120 /* disable task switches */ 121 _Thread_Disable_dispatch(); 118 if (rtems_panic_in_progress++) 119 _Thread_Disable_dispatch(); /* disable task switches */ 122 120 123 121 /* don't aggravate things */
Note: See TracChangeset
for help on using the changeset viewer.