From c6f91b18056ab0ffe674a1aee43ef4bf4c3e276e Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 23 Sep 1996 21:27:54 +0000 Subject: Minor warning about unterminated constant fixed --- lib/libc/arch/mips/gen/_setjmp.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/arch/mips/gen/_setjmp.S b/lib/libc/arch/mips/gen/_setjmp.S index 74b7d7cfc14..b4c8f31e90b 100644 --- a/lib/libc/arch/mips/gen/_setjmp.S +++ b/lib/libc/arch/mips/gen/_setjmp.S @@ -39,7 +39,7 @@ #if defined(LIBC_SCCS) .text - .asciz "$OpenBSD: _setjmp.S,v 1.5 1996/08/19 08:15:51 tholo Exp $" + .asciz "$OpenBSD: _setjmp.S,v 1.6 1996/09/23 21:27:53 imp Exp $" #endif /* LIBC_SCCS */ /* @@ -96,7 +96,7 @@ LEAF(_longjmp) lw ra, (2 * 4)(a0) bne v0, 0xACEDBADE, botch # jump if error - addu sp, sp, 32 # don't matter, sanity + addu sp, sp, 32 # does not matter, sanity lw s0, ((S0 + 3) * 4)(a0) lw s1, ((S1 + 3) * 4)(a0) lw s2, ((S2 + 3) * 4)(a0) -- cgit v1.2.3