Decode arguments to rtprio_thread() (same as rtprio()).

This commit is contained in:
John Baldwin 2017-06-10 01:32:18 +00:00
parent 4152441f44
commit 66ba8943a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319767

View File

@ -1219,6 +1219,7 @@ ktrsyscall(struct ktr_syscall *ktr, u_int sv_flags)
c = ',';
break;
case SYS_rtprio:
case SYS_rtprio_thread:
putchar('(');
print_integer_arg(sysdecode_rtprio_function,
*ip);