mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -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 */
|
/* exception code */
|
||||||
.globl _fault
|
.globl _fault
|
||||||
_fault:
|
_fault:
|
||||||
jmp _fault
|
bra _fault
|
||||||
.globl _exc_handler
|
.globl _exc_handler
|
||||||
|
|
||||||
_exc_handler:
|
_exc_handler:
|
||||||
|
@ -259,7 +259,7 @@ clear_bss:
|
|||||||
/* exception code */
|
/* exception code */
|
||||||
.globl _fault
|
.globl _fault
|
||||||
_fault:
|
_fault:
|
||||||
jmp _fault
|
bra _fault
|
||||||
.globl _exc_handler
|
.globl _exc_handler
|
||||||
|
|
||||||
_exc_handler:
|
_exc_handler:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user