ColdFire: Change invalid JMP to BRA caught by new v4e toolchain

Signed-off-by: Kurt Mahan <kmahan@freescale.com>
This commit is contained in:
TsiChung Liew 2008-06-18 19:12:13 -05:00 committed by John Rigby
parent 8371dc2066
commit 3b1e8ac9b4
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ clear_bss:
/* exception code */
.globl _fault
_fault:
jmp _fault
bra _fault
.globl _exc_handler
_exc_handler:

View File

@ -259,7 +259,7 @@ clear_bss:
/* exception code */
.globl _fault
_fault:
jmp _fault
bra _fault
.globl _exc_handler
_exc_handler: