diff --git a/process.c b/process.c index a1fc3475..0965ab44 100644 --- a/process.c +++ b/process.c @@ -585,7 +585,7 @@ struct tcb *tcp; } else # endif - tprintf(", %#lx", tcp->u_arg[ARG_TLS]); + tprintf(", tls=%#lx", tcp->u_arg[ARG_TLS]); } if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) tprintf(", child_tidptr=%#lx", tcp->u_arg[ARG_CTID]);