Jump to correct exit label after exception Signed-Off-By: Roman Zippel --- uaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux/arch/m68k/lib/uaccess.c 2006-06-05 22:59:09 1.1 +++ linux/arch/m68k/lib/uaccess.c 2006-09-26 17:16:09 1.2 @@ -84,7 +84,7 @@ unsigned long __generic_copy_to_user(voi " .even\n" "20: lsl.l #2,%0\n" "50: add.l %5,%0\n" - " jra 7b\n" + " jra 8b\n" " .previous\n" "\n" " .section __ex_table,\"a\"\n"