Changed bra.s to bra.l to remove error with new version of binutils.

This commit is contained in:
Joel Sherrill
1999-10-05 19:20:27 +00:00
parent 649bcbc124
commit 25ce07e07d
2 changed files with 4 additions and 4 deletions

View File

@@ -296,7 +296,7 @@ Entry:
PUBLIC (_uhoh) PUBLIC (_uhoh)
SYM(_uhoh): nop | Leave spot for breakpoint SYM(_uhoh): nop | Leave spot for breakpoint
stop #0x2700 | Stop with interrupts disabled stop #0x2700 | Stop with interrupts disabled
bra.s SYM(_uhoh) | Stuck forever bra.l SYM(_uhoh) | Stuck forever
/* /*
* Log, but otherwise ignore, spurious interrupts * Log, but otherwise ignore, spurious interrupts
@@ -407,7 +407,7 @@ SYM(_mainDone):
movew #1,a7 | Force a double bus error movew #1,a7 | Force a double bus error
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
bra.s SYM(_mainDone) | Stuck forever bra.l SYM(_mainDone) | Stuck forever
.align 2 .align 2
PUBLIC (_HeapSize) PUBLIC (_HeapSize)

View File

@@ -296,7 +296,7 @@ Entry:
PUBLIC (_uhoh) PUBLIC (_uhoh)
SYM(_uhoh): nop | Leave spot for breakpoint SYM(_uhoh): nop | Leave spot for breakpoint
stop #0x2700 | Stop with interrupts disabled stop #0x2700 | Stop with interrupts disabled
bra.s SYM(_uhoh) | Stuck forever bra.l SYM(_uhoh) | Stuck forever
/* /*
* Log, but otherwise ignore, spurious interrupts * Log, but otherwise ignore, spurious interrupts
@@ -407,7 +407,7 @@ SYM(_mainDone):
movew #1,a7 | Force a double bus error movew #1,a7 | Force a double bus error
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
bra.s SYM(_mainDone) | Stuck forever bra.l SYM(_mainDone) | Stuck forever
.align 2 .align 2
PUBLIC (_HeapSize) PUBLIC (_HeapSize)