- Put arguments for print_syscall_ret() function in proper order.
Bug was introduced in r192025. Approved by: kib (mentor)
This commit is contained in:
parent
b4477781f1
commit
c4772b1361
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user