Subject: CVS commit: src/lib/libc/arch/x86_64/sys
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/15/2003 14:34:34
Module Name:	src
Committed By:	fvdl
Date:		Sat Mar 15 12:34:33 UTC 2003

Modified Files:
	src/lib/libc/arch/x86_64/sys: __sigtramp1.S

Log Message:
No need to use movq for the small immediate values here, they'll be
zero-extended with movl.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/x86_64/sys/__sigtramp1.S

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