Commit 057f7d5b authored by Ian Lance Taylor's avatar Ian Lance Taylor

s/pc/PC/ in traceback output to match amd64.

test/run expects to see "PC".

R=rsc
http://go/go-review/1015002
parent 95499a27
......@@ -52,7 +52,7 @@ sighandler(int32 sig, Siginfo* info, void* context)
printf("%s\n", sigtab[sig].name);
printf("Faulting address: %p\n", *(void**)info->_sifields);
printf("pc=%X\n", sc->eip);
printf("PC=%X\n", sc->eip);
printf("\n");
if(gotraceback()){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment