Changeset 9a11e1f in rtems
- Timestamp:
- 04/02/97 14:58:19 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bbbd11c
- Parents:
- 254b4450
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/src/exinit.c
r254b4450 r9a11e1f 97 97 _ISR_Disable( bsp_level ); 98 98 99 if ( c pu_table == NULL )99 if ( configuration_table == NULL ) 100 100 _Internal_error_Occurred( 101 101 INTERNAL_ERROR_CORE, -
cpukit/sapi/src/exinit.c
r254b4450 r9a11e1f 97 97 _ISR_Disable( bsp_level ); 98 98 99 if ( c pu_table == NULL )99 if ( configuration_table == NULL ) 100 100 _Internal_error_Occurred( 101 101 INTERNAL_ERROR_CORE,
Note: See TracChangeset
for help on using the changeset viewer.