diff options
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/start.S')
| -rw-r--r-- | arch/m68k/cpu/mcf52x2/start.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/m68k/cpu/mcf52x2/start.S b/arch/m68k/cpu/mcf52x2/start.S index ee17792cb..f5e55dd96 100644 --- a/arch/m68k/cpu/mcf52x2/start.S +++ b/arch/m68k/cpu/mcf52x2/start.S @@ -307,7 +307,7 @@ clear_bss:  /* exception code */  	.globl _fault  _fault: -	jmp _fault +	bra _fault  	.globl	_exc_handler  _exc_handler: |