Changeset 68132f2 in rtems for c/src/lib/libbsp/arm/armulator/start/start.S
- Timestamp:
- 08/01/00 14:06:11 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c9f7123a
- Parents:
- 3631dad8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/start/start.S
r3631dad8 r68132f2 84 84 bl FUNCTION (initialize_monitor_handles) 85 85 86 /* XXX for now let's just get the code up :) */ 87 #if 0 86 88 #ifdef ARM_RDP_MONITOR 87 89 swi SWI_GetEnv /* sets r0 to point to the command line */ … … 182 184 183 185 #endif 184 bl FUNCTION (main) 186 #endif 187 bl FUNCTION (boot_card) 185 188 186 189 bl FUNCTION (exit) /* Should not return */
Note: See TracChangeset
for help on using the changeset viewer.