Changeset 9898425 in rtems


Ignore:
Timestamp:
08/13/98 14:28:22 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
579fc6a3
Parents:
26e5cd4
Message:

Patch from Chris Johns <ccj@…> to change the way in which the initial
stack pointers are saved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/start/m68k/start.s

    r26e5cd4 r9898425  
    5858        movec   isp,a0
    5959        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)
    6066#endif
    61         move    usp,a0
    62         move.l  a0, SYM (initial_usp)
    63         move.l  a7, SYM (initial_msp)
    6467
    6568        |
Note: See TracChangeset for help on using the changeset viewer.