Changeset 646decbd in rtems
- Timestamp:
- 05/24/00 17:11:24 (23 years ago)
- Children:
- 64bddf48
- Parents:
- 09b6a093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/eth_comm/start/start.S
r09b6a093 r646decbd 134 134 135 135 .extern SYM (boot_card) 136 b SYM (boot_card) /* call the first C routine */ 136 bl SYM (boot_card) /* call the first C routine */ 137 loopstop: 138 b loopstop 137 139 138 140 /*
Note: See TracChangeset
for help on using the changeset viewer.