Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/16/2007 03:49:54
Module Name:	src
Committed By:	christos
Date:		Mon Apr 16 03:49:54 UTC 2007

Modified Files:
	src/sys/arch/i386/include: profile.h

Log Message:
save and restore %eax, %ecx, otherwise profiling does not work properly.
From Anon Ymous. Example program that fails:

	int
	main(int argc, char *argv[])
	{
		return argc;
	}


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/i386/include/profile.h

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