blob: c0232e55568f65868f33a0c065ef55a25f43e77a [file] [log] [blame]
Dmitry V. Levind70d1c42015-03-22 22:13:55 +00001long pc;
2if (upeek(tcp->pid, REG_PC, &pc) < 0) {
3 PRINTBADPC;
4 return;
5}
6tprintf(fmt, pc);