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…
Reference in New Issue
Block a user