Changeset 8cc57f6 in rtems


Ignore:
Timestamp:
03/31/99 23:24:51 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ec2328ee
Parents:
f719ef1
Message:

Modified to be valid m68k code on all CPU models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/m68k/rtems.S

    rf719ef1 r8cc57f6  
    4141        addal     d0, a0
    4242
    43 #if (M68K_COLDFIRE_ARCH == 0)
    44         moveal    @(a0),a0
    45         jmpl      @(a0)
    46 #else
    4743        moveal    (a0),a0
    4844        jmpl      (a0)
    49 #endif
    5045
    5146        END_CODE
Note: See TracChangeset for help on using the changeset viewer.