Commit 1444f1bb authored by William Josephson's avatar William Josephson Committed by Russ Cox

Missed a reference to sc instead of mc in 157065.

R=rsc, dho
https://golang.org/cl/157116
parent 19dae079
......@@ -55,7 +55,7 @@ sighandler(int32 sig, Siginfo* info, void* context)
printf("\n");
if(gotraceback()){
traceback((void*)sc->sc_eip, (void*)mc->mc_esp, m->curg);
traceback((void*)mc->mc_eip, (void*)mc->mc_esp, m->curg);
tracebackothers(m->curg);
dumpregs(mc);
}
......
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