Changeset 9898425 in rtems
- Timestamp:
- 08/13/98 14:28:22 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 579fc6a3
- Parents:
- 26e5cd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/start/m68k/start.s
r26e5cd4 r9898425 58 58 movec isp,a0 59 59 move.l a0, SYM (initial_isp) 60 movec usp,a0 61 move.l a0, SYM (initial_usp) 62 movec msp,a0 63 move.l a0, SYM (initial_msp) 64 #else 65 move.l a7, SYM (initial_msp) 60 66 #endif 61 move usp,a062 move.l a0, SYM (initial_usp)63 move.l a7, SYM (initial_msp)64 67 65 68 |
Note: See TracChangeset
for help on using the changeset viewer.