cvs commit: src/usr.bin/truss ia64-fbsd.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Aug 2 15:29:11 PDT 2003
marcel 2003/08/02 15:29:10 PDT
FreeBSD src repository
Modified files:
usr.bin/truss ia64-fbsd.c
Log:
Fix truss on ia64. The syscall arguments are written to the trap
frame, occupying scratch registers r16 and up. We don't have to
save any scratch registers for syscalls, so we have plenty of
room there. Consequently, when we fetch the registers from the
process, we automaticly have all the arguments and don't need
to read them seperately.
Revision Changes Path
1.4 +5 -17 src/usr.bin/truss/ia64-fbsd.c
More information about the cvs-src
mailing list