Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/mips/gen Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/75f6090daff0
branches: trunk
changeset: 347882:75f6090daff0
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 21 06:41:42 2016 +0000
description:
Trailing whitespace.
diffstat:
lib/libc/arch/mips/gen/swapcontext.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r fa848da87505 -r 75f6090daff0 lib/libc/arch/mips/gen/swapcontext.S
--- a/lib/libc/arch/mips/gen/swapcontext.S Wed Sep 21 01:33:42 2016 +0000
+++ b/lib/libc/arch/mips/gen/swapcontext.S Wed Sep 21 06:41:42 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: swapcontext.S,v 1.5 2012/09/12 02:00:52 manu Exp $ */
+/* $NetBSD: swapcontext.S,v 1.6 2016/09/21 06:41:42 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -33,11 +33,11 @@
#include "assym.h"
#if defined(SYSLIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: swapcontext.S,v 1.5 2012/09/12 02:00:52 manu Exp $")
+ RCSID("$NetBSD: swapcontext.S,v 1.6 2016/09/21 06:41:42 skrll Exp $")
#endif /* SYSLIBC_SCCS && !lint */
.set reorder
-
+
NESTED(swapcontext, CALLFRAME_SIZ, ra)
.mask 0x80000030, (CALLFRAME_RA - CALLFRAME_SIZ)
PTR_SUBU sp, sp, CALLFRAME_SIZ
Home |
Main Index |
Thread Index |
Old Index