Changeset dd1d1c7 in rtems for c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
- Timestamp:
- 04/07/97 21:29:49 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 82478528
- Parents:
- f1fc782e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/no_cpu/no_bsp/startup/main.c
rf1fc782e rdd1d1c7 24 24 ) 25 25 { 26 extern void bsp_start( int, char**, char ** ); 27 26 28 bsp_start( argc, argv, environp ); 27 29 … … 32 34 33 35 rtems_fatal_error_occurred( 0 ); 36 37 return 0; /* just to satisfy the native compiler */ 34 38 }
Note: See TracChangeset
for help on using the changeset viewer.