Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/i386/gen Fix previous.



details:   https://anonhg.NetBSD.org/src/rev/2003ea827eaa
branches:  trunk
changeset: 329401:2003ea827eaa
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri May 23 03:05:56 2014 +0000

description:
Fix previous.

diffstat:

 lib/libc/arch/i386/gen/setjmp.S |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r f15431cf6fc3 -r 2003ea827eaa lib/libc/arch/i386/gen/setjmp.S
--- a/lib/libc/arch/i386/gen/setjmp.S   Fri May 23 02:34:19 2014 +0000
+++ b/lib/libc/arch/i386/gen/setjmp.S   Fri May 23 03:05:56 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: setjmp.S,v 1.16 2014/05/23 02:34:19 uebayasi Exp $     */
+/*     $NetBSD: setjmp.S,v 1.17 2014/05/23 03:05:56 uebayasi Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -36,7 +36,7 @@
 
 #include <machine/asm.h>
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: setjmp.S,v 1.16 2014/05/23 02:34:19 uebayasi Exp $")
+       RCSID("$NetBSD: setjmp.S,v 1.17 2014/05/23 03:05:56 uebayasi Exp $")
 #endif
 
 /*
@@ -76,6 +76,7 @@
 
        xorl    %eax,%eax
        ret
+END(__setjmp14)
 
 ENTRY(__longjmp14)
        /* Restore the signal mask. */
@@ -107,4 +108,4 @@
        incl    %eax
 1:     movl    %ecx,0(%esp)
        ret
-END(__setjmp14)
+END(__longjmp14)



Home | Main Index | Thread Index | Old Index