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