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