Subject: CVS commit: syssrc/sys/arch/x86_64/x86_64
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/30/2002 00:46:27
Module Name:	syssrc
Committed By:	fvdl
Date:		Fri Nov 29 22:46:27 UTC 2002

Modified Files:
	syssrc/sys/arch/x86_64/x86_64: db_trace.c

Log Message:
No sense in trying to print arguments to functions, we can't reliably
determine them as they're passed in registers. The first 6, anyway,
but only printing arguments 7 and up (if present) makes no sense.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/x86_64/x86_64/db_trace.c

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