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

Bug was introduced in r192025.

Approved by:	kib (mentor)
This commit is contained in:
zont 2012-08-23 12:20:29 +00:00
parent b4477781f1
commit c4772b1361

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);