mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue