On Mon, Feb 07, 2005 at 01:20:49PM -0800, David Daney wrote: > >@@ -121,15 +121,14 @@ > > > > trace_a_syscall: > > SAVE_STATIC > >- sw t2, PT_SCRATCH0(sp) > >+ move s0, sp > ^^^^^^^^^^^^^ > I think this should be "move s0, t2" as in scall_64.S et al. It should and what I've actually commited in CVS doesn't have this bug. Ralf