Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/vax/gen Missed an sp in the great %sp cleanup.



details:   https://anonhg.NetBSD.org/src/rev/60bcff8336e8
branches:  trunk
changeset: 522688:60bcff8336e8
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 24 02:43:46 2002 +0000

description:
Missed an sp in the great %sp cleanup.

diffstat:

 lib/libc/arch/vax/gen/_setjmp.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 78f9dbecbe57 -r 60bcff8336e8 lib/libc/arch/vax/gen/_setjmp.S
--- a/lib/libc/arch/vax/gen/_setjmp.S   Sun Feb 24 02:02:59 2002 +0000
+++ b/lib/libc/arch/vax/gen/_setjmp.S   Sun Feb 24 02:43:46 2002 +0000
@@ -33,7 +33,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
        /* .asciz "@(#)_setjmp.s        8.1 (Berkeley) 6/4/93" */
-       .asciz "$NetBSD: _setjmp.S,v 1.4 2002/02/24 01:06:19 matt Exp $"
+       .asciz "$NetBSD: _setjmp.S,v 1.5 2002/02/24 02:43:46 matt Exp $"
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -90,7 +90,7 @@
 2:
        ret                             # unwind stack before signals enabled
 3:
-       addl2   $8,sp                   # compensate for PSL-PC push
+       addl2   $8,%sp                  # compensate for PSL-PC push
 4:
        jmp     *4(%r1)                 # done, return....
 



Home | Main Index | Thread Index | Old Index