From: Austin Clements Date: Thu, 30 Oct 2014 16:08:21 +0000 (-0400) Subject: [dev.power64] runtime: fix out-of-date comment in panic X-Git-Tag: go1.5beta1~2684^2~11^2~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4cf28a11e3807f2f34785d6d4e6aac0821bac654;p=gostls13.git [dev.power64] runtime: fix out-of-date comment in panic LGTM=bradfitz R=rsc, bradfitz CC=golang-codereviews https://golang.org/cl/162500043 --- diff --git a/src/runtime/panic.c b/src/runtime/panic.c index 46683b2b0c..b19fdd0e18 100644 --- a/src/runtime/panic.c +++ b/src/runtime/panic.c @@ -69,7 +69,7 @@ runtime·recovery_m(G *gp) // each call to deferproc. // (The pc we're returning to does pop pop // before it tests the return value.) - // On the arm there are 2 saved LRs mixed in too. + // On the arm and power there are 2 saved LRs mixed in too. if(thechar == '5' || thechar == '9') gp->sched.sp = (uintptr)argp - 4*sizeof(uintptr); else