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