- Put arguments for print_syscall_ret() function in proper order.

Bug was introduced in r192025.

Approved by:	kib (mentor)
This commit is contained in:
Andrey Zonov 2012-08-23 12:20:29 +00:00
parent 0aa81bff0b
commit 3ff6b7162e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239611

View File

@ -294,7 +294,7 @@ ia64_syscall_exit(struct trussinfo *trussinfo, int syscall_num __unused)
*/
print_syscall_ret(trussinfo, fsc.name, fsc.nargs, fsc.s_args, errorp,
fsc.sc, retval);
retval, fsc.sc);
clear_fsc();
return (retval);