1long pc;
2if (upeek(tcp->pid, 4*PT_IRP, &pc) < 0) {
3	PRINTBADPC;
4	return;
5}
6tprintf(fmt, pc);
7