C++程序  |  7行  |  91 B

long pc;
if (upeek(tcp->pid, REG_PC, &pc) < 0) {
	PRINTBADPC;
	return;
}
tprintf(fmt, pc);