diff options
Diffstat (limited to 'lib/libc/arch/mips64/gen/sigsetjmp.S')
-rw-r--r-- | lib/libc/arch/mips64/gen/sigsetjmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/mips64/gen/sigsetjmp.S b/lib/libc/arch/mips64/gen/sigsetjmp.S index c08612c57f6..12d8a06b9e1 100644 --- a/lib/libc/arch/mips64/gen/sigsetjmp.S +++ b/lib/libc/arch/mips64/gen/sigsetjmp.S @@ -36,7 +36,7 @@ #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: sigsetjmp.S,v 1.3 2004/09/09 16:14:02 pefo Exp $" + .asciz "$OpenBSD: sigsetjmp.S,v 1.4 2004/09/10 12:45:35 pefo Exp $" #endif /* LIBC_SCCS */ /* @@ -74,8 +74,8 @@ LEAF(siglongjmp, FRAMESZ) PTR_ADDU sp, FRAMESZ jr t9 1: + LA t9, longjmp RESTORE_GP64 PTR_ADDU sp, FRAMESZ - LA t9, longjmp jr t9 END(siglongjmp) |