Ignore:
Timestamp:
10/05/99 19:19:13 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
25ce07e0
Parents:
74f3d8f
Message:

Changed bra.s to bra.l to correct compilation error triggered by new
version of binutils.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68340/start340/start340.S

    r74f3d8f r649bcbc  
    850850/*      stop    #0x2700                                         | Stop with interrupts disabled */
    851851        move.w  #0x2700,sr
    852         bra.s   SYM(_mainDone)                                  | Stuck forever
     852        bra.l   SYM(_mainDone)                                  | Stuck forever
    853853
    854854        .align 2
Note: See TracChangeset for help on using the changeset viewer.