Changeset 459d051b in rtems
- Timestamp:
- 05/19/00 19:01:39 (23 years ago)
- Children:
- fb4541b
- Parents:
- d88b46fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/unix/cpu.c
rd88b46fe r459d051b 283 283 */ 284 284 285 if ( sizeof(Context_Control_overlay) <sizeof(Context_Control) )285 if ( sizeof(Context_Control_overlay) > sizeof(Context_Control) ) 286 286 _CPU_Fatal_error(0x100 + 1); 287 287
Note: See TracChangeset
for help on using the changeset viewer.