Ignore:
Timestamp:
10/30/95 21:54:45 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c4808ca
Parents:
ea74482
Message:

SPARC port passes all tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/spsize/init.c

    rea74482 r9700578  
    3737  setvbuf(stdout, 0, _IONBF, 0);
    3838
     39  puts( "\n*** RTEMS SIZE PROGRAM ***" );
     40  size_rtems( 1 );
     41  puts( "*** END OF RTEMS SIZE PROGRAM ***" );
     42  exit( 0 );
     43#if 0
    3944  do {
    40     puts( "\n*** RTEMS SIZE PROGRAM ***" );
    4145    printf( "\n\nPlease select program mode:\n" );
    4246    printf( "  1) Print Formulas\n" );
     
    5357    }
    5458  } while ( FOREVER );
     59#endif
    5560}
Note: See TracChangeset for help on using the changeset viewer.