Subject: CVS commit: src/sys/arch/acorn32/stand/lib
To: None <source-changes@NetBSD.org>
From: Gavan Fantom <gavan@netbsd.org>
List: source-changes
Date: 11/19/2003 00:11:55
Module Name:	src
Committed By:	gavan
Date:		Wed Nov 19 00:11:55 UTC 2003

Modified Files:
	src/sys/arch/acorn32/stand/lib: riscoscalls.S

Log Message:
Save arguments passed into scratch registers, rather than scratch
registers into arguments passed.

Avoids corruption of anything pointed to by r3 and r4 on entry to
os_get_env, and allows pass-by-reference values to be returned.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn32/stand/lib/riscoscalls.S

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