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