Changeset 98165e21 in rtems for c/src/exec/score/cpu/unix/cpu.c
- Timestamp:
- 06/10/00 18:36:48 (23 years ago)
- Children:
- e88f4978
- Parents:
- c5fe7cf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/unix/cpu.c
rc5fe7cf6 r98165e21 43 43 typedef struct { 44 44 jmp_buf regs; 45 int isr_level;45 int isr_level; 46 46 } Context_Control_overlay; 47 47 … … 201 201 */ 202 202 203 203 if ( sizeof(Context_Control_overlay) < sizeof(Context_Control) ) 204 _CPU_Fatal_halt( 0xdeadfood ); 205 204 206 (void) memset( 205 207 &_CPU_Context_Default_with_ISRs_enabled,
Note: See TracChangeset
for help on using the changeset viewer.