diff options
Diffstat (limited to 'lib/libc/arch/mips64/sys/exect.S')
-rw-r--r-- | lib/libc/arch/mips64/sys/exect.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/sys/exect.S b/lib/libc/arch/mips64/sys/exect.S index 12df6e832ef..2cb8ff90625 100644 --- a/lib/libc/arch/mips64/sys/exect.S +++ b/lib/libc/arch/mips64/sys/exect.S @@ -1,4 +1,4 @@ -/* $OpenBSD: exect.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */ +/* $OpenBSD: exect.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. @@ -47,7 +47,7 @@ SYSLEAF(exect, FRAMESZ) PTR_ADDU sp, FRAMESZ j ra 1: - LA t9, _C_LABEL(cerror) + LA t9, CERROR RESTORE_GP64 PTR_ADDU sp, FRAMESZ jr t9 |