Home | History | Annotate | Download | only in alpha
      1 long pc;
      2 if (upeek(tcp->pid, REG_PC, &pc) < 0) {
      3 	PRINTBADPC;
      4 	return;
      5 }
      6 tprintf(fmt, pc);
      7