Subject: CVS commit: src/sys/arch/amiga/amiga
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 06/12/2007 03:34:45
Module Name:	src
Committed By:	mhitch
Date:		Tue Jun 12 03:34:45 UTC 2007

Modified Files:
	src/sys/arch/amiga/amiga: trap.c

Log Message:
Pass a frame pointer to trap() rather than the 'entire frame' trick.  Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc).  Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise.  Fixes the getcwd regression
test on most m68k ports.


To generate a diff of this commit:
cvs rdiff -r1.114 -r1.115 src/sys/arch/amiga/amiga/trap.c

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