diff options
Diffstat (limited to 'lib/libc/arch/mips64/sys/rfork.S')
-rw-r--r-- | lib/libc/arch/mips64/sys/rfork.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/sys/rfork.S b/lib/libc/arch/mips64/sys/rfork.S index c35b43a300c..1d669c367d2 100644 --- a/lib/libc/arch/mips64/sys/rfork.S +++ b/lib/libc/arch/mips64/sys/rfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: rfork.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ +/* $OpenBSD: rfork.S,v 1.5 2011/04/04 12:42:39 guenther Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -50,7 +50,7 @@ SYSLEAF(rfork, FRAMESZ) PTR_ADDU sp, FRAMESZ j ra 2: - LA t9, _C_LABEL(cerror) + LA t9, CERROR RESTORE_GP64 PTR_ADDU sp, FRAMESZ jr t9 |