tweak last change

This commit is contained in:
Roland McGrath 2003-03-12 09:58:14 +00:00
parent 6fbb4e3209
commit 43f2c84d50

View File

@ -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]);