Changeset 8bc9051 in rtems
- Timestamp:
- Aug 4, 1997, 9:58:30 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a397c9c1
- Parents:
- 4ef9e99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
r4ef9e99 r8bc9051 233 233 if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2)) 234 234 rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' ); 235 236 if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2))237 rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' );238 235 } 239 236 … … 248 245 unsigned char *work_space_start; 249 246 250 /* Check if ME cis initialised */247 /* Check if MEC is initialised */ 251 248 252 249 if (!(ERC32_MEC.Control & 0xfe080000)) {
Note: See TracChangeset
for help on using the changeset viewer.