Fix compilation error introduced in r192025.
This commit is contained in:
parent
c3c1eab368
commit
b53ae7114c
@ -338,7 +338,8 @@ mips_syscall_exit(struct trussinfo *trussinfo, int syscall_num __unused) {
|
||||
* but that complicates things considerably.
|
||||
*/
|
||||
|
||||
print_syscall_ret(trussinfo, fsc.name, fsc.nargs, fsc.s_args, errorp, retval);
|
||||
print_syscall_ret(trussinfo, fsc.name, fsc.nargs, fsc.s_args, errorp,
|
||||
fsc.sc, retval);
|
||||
clear_fsc();
|
||||
|
||||
return (retval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user