Changeset 459d051b in rtems


Ignore:
Timestamp:
05/19/00 19:01:39 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
fb4541b
Parents:
d88b46fe
Message:

Corrected direction of comparison in sizeof context overlay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/unix/cpu.c

    rd88b46fe r459d051b  
    283283   */
    284284
    285   if ( sizeof(Context_Control_overlay) < sizeof(Context_Control) )
     285  if ( sizeof(Context_Control_overlay) > sizeof(Context_Control) )
    286286    _CPU_Fatal_error(0x100 + 1);
    287287
Note: See TracChangeset for help on using the changeset viewer.