forked from Imagelibrary/rtems
Changed bra.s to bra.l to correct compilation error triggered by new
version of binutils.
This commit is contained in:
@@ -849,7 +849,7 @@ SYM(_mainDone):
|
|||||||
movel d0,a7@- | This should cause a RESET
|
movel d0,a7@- | This should cause a RESET
|
||||||
/* stop #0x2700 | Stop with interrupts disabled */
|
/* stop #0x2700 | Stop with interrupts disabled */
|
||||||
move.w #0x2700,sr
|
move.w #0x2700,sr
|
||||||
bra.s SYM(_mainDone) | Stuck forever
|
bra.l SYM(_mainDone) | Stuck forever
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
PUBLIC (_HeapSize)
|
PUBLIC (_HeapSize)
|
||||||
|
|||||||
@@ -849,7 +849,7 @@ SYM(_mainDone):
|
|||||||
movel d0,a7@- | This should cause a RESET
|
movel d0,a7@- | This should cause a RESET
|
||||||
/* stop #0x2700 | Stop with interrupts disabled */
|
/* stop #0x2700 | Stop with interrupts disabled */
|
||||||
move.w #0x2700,sr
|
move.w #0x2700,sr
|
||||||
bra.s SYM(_mainDone) | Stuck forever
|
bra.l SYM(_mainDone) | Stuck forever
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
PUBLIC (_HeapSize)
|
PUBLIC (_HeapSize)
|
||||||
|
|||||||
Reference in New Issue
Block a user