mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
This commit is contained in:
parent
8371dc2066
commit
3b1e8ac9b4
@ -253,7 +253,7 @@ clear_bss:
|
||||
/* exception code */
|
||||
.globl _fault
|
||||
_fault:
|
||||
jmp _fault
|
||||
bra _fault
|
||||
.globl _exc_handler
|
||||
|
||||
_exc_handler:
|
||||
|
@ -259,7 +259,7 @@ clear_bss:
|
||||
/* exception code */
|
||||
.globl _fault
|
||||
_fault:
|
||||
jmp _fault
|
||||
bra _fault
|
||||
.globl _exc_handler
|
||||
|
||||
_exc_handler:
|
||||
|
Loading…
x
Reference in New Issue
Block a user