Subject: CVS commit: src/lib/libc/arch/x86_64/gen
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/28/2004 15:57:21
Module Name:	src
Committed By:	drochner
Date:		Sat Feb 28 15:57:21 UTC 2004

Modified Files:
	src/lib/libc/arch/x86_64/gen: makecontext.c

Log Message:
Get the stack alignment right: the stack arguments must start
at a 16-byte aligned address, the return address is at an
"odd" address.
approved by fvdl


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/x86_64/gen/makecontext.c

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