Module Name: src
Committed By: uebayasi
Date: Wed Sep 2 07:44:29 UTC 2009
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: syscall.c
Log Message:
Fix a copy & paste error in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.37.12.7 -r1.37.12.8 src/sys/arch/mips/mips/syscall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/syscall.c
diff -u src/sys/arch/mips/mips/syscall.c:1.37.12.7 src/sys/arch/mips/mips/syscall.c:1.37.12.8
--- src/sys/arch/mips/mips/syscall.c:1.37.12.7 Wed Sep 2 01:36:31 2009
+++ src/sys/arch/mips/mips/syscall.c Wed Sep 2 07:44:28 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.c,v 1.37.12.7 2009/09/02 01:36:31 matt Exp $ */
+/* $NetBSD: syscall.c,v 1.37.12.8 2009/09/02 07:44:28 uebayasi Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -107,7 +107,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.37.12.7 2009/09/02 01:36:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.37.12.8 2009/09/02 07:44:28 uebayasi Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sa.h"
@@ -415,7 +415,6 @@
printf("syscall %u:", code);
printf(" return error=%d\n", error);
#endif
- frame->f_regs[_R_A3] = 0;
break;
}