Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/sh5/sys Fix a tryping error.
details: https://anonhg.NetBSD.org/src/rev/af1963343a44
branches: trunk
changeset: 533959:af1963343a44
user: scw <scw%NetBSD.org@localhost>
date: Thu Jul 11 17:41:40 2002 +0000
description:
Fix a tryping error.
diffstat:
lib/libc/arch/sh5/sys/__sigtramp1.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ece54f880d3d -r af1963343a44 lib/libc/arch/sh5/sys/__sigtramp1.S
--- a/lib/libc/arch/sh5/sys/__sigtramp1.S Thu Jul 11 17:18:48 2002 +0000
+++ b/lib/libc/arch/sh5/sys/__sigtramp1.S Thu Jul 11 17:41:40 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp1.S,v 1.1 2002/07/11 14:23:05 scw Exp $ */
+/* $NetBSD: __sigtramp1.S,v 1.2 2002/07/11 17:41:40 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -45,7 +45,7 @@
* and the kernel builds the sigcontext structure on our stack,
* we simply use the current SP (r15) as the sigreturn14 arg.
*/
-ENTRY_NOPROFILE(__sigtramp_sigcontext_t)
+ENTRY_NOPROFILE(__sigtramp_sigcontext_1)
or r15, r63, r2
SYSTRAP(__sigreturn14)
SYSTRAP(exit)
Home |
Main Index |
Thread Index |
Old Index