mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Fix print_syscall_ret parameter order.
This commit is contained in:
parent
b53ae7114c
commit
1de3b2ff03
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ mips_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 a new issue