Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/13/2005 15:16:39
Module Name:	src
Committed By:	christos
Date:		Wed Jul 13 15:16:39 UTC 2005

Modified Files:
	src/sys/arch/sparc64/sparc64: syscall.c

Log Message:
Handle the case where systrace is used in 32 bit emulation on a 64 bit system.
In this case, systrace may modify the arguments to the syscall, so we need
to copy them back. Restructuring the code a bit avoids an unnecessary argument
copy loop in the regular case.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/sparc64/sparc64/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.