Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/m68k/gen Fix comment typo, and convert to C-st...



details:   https://anonhg.NetBSD.org/src/rev/103e733548b8
branches:  trunk
changeset: 542320:103e733548b8
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun Jan 26 17:58:55 2003 +0000

description:
Fix comment typo, and convert to C-style comments.

diffstat:

 lib/libc/arch/m68k/gen/resumecontext.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e0a6d4a35a35 -r 103e733548b8 lib/libc/arch/m68k/gen/resumecontext.S
--- a/lib/libc/arch/m68k/gen/resumecontext.S    Sun Jan 26 17:34:19 2003 +0000
+++ b/lib/libc/arch/m68k/gen/resumecontext.S    Sun Jan 26 17:58:55 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: resumecontext.S,v 1.2 2003/01/18 11:09:36 thorpej Exp $        */
+/*     $NetBSD: resumecontext.S,v 1.3 2003/01/26 17:58:55 kleink Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <machine/asm.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: resumecontext.S,v 1.2 2003/01/18 11:09:36 thorpej Exp $")
+       RCSID("$NetBSD: resumecontext.S,v 1.3 2003/01/26 17:58:55 kleink Exp $")
 #endif /* LIBC_SCCS && !lint */
 
 /*
@@ -49,7 +49,7 @@
  */
 
 ENTRY(_resumecontext)
-       subl    #(4 + 1024),%sp         | retattr preservation + ucontext_t
+       subl    #(4 + 1024),%sp         /* retaddr preservation + ucontext_t */
        lea     %sp@,%a0
        movl    %a0,%sp@-
        jbsr    PIC_PLT(_C_LABEL(_getcontext))



Home | Main Index | Thread Index | Old Index