summaryrefslogtreecommitdiff
path: root/src/prctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prctl.c')
-rw-r--r--src/prctl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prctl.c b/src/prctl.c
index 97f42fe15..82d74e881 100644
--- a/src/prctl.c
+++ b/src/prctl.c
@@ -305,6 +305,7 @@ SYS_FUNC(prctl)
if (entering(tcp)) {
tprint_arg_next();
printxval64(pr_spec_cmds, arg2, "PR_SPEC_???");
+ print_prctl_args(tcp, 2);
break;
}
@@ -538,6 +539,8 @@ SYS_FUNC(prctl)
PRINT_VAL_X(arg3);
}
+ print_prctl_args(tcp, 3);
+
return RVAL_DECODED;
case PR_PAC_RESET_KEYS: