]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] runtime: fix out-of-date comment in panic
authorAustin Clements <austin@google.com>
Thu, 30 Oct 2014 16:08:21 +0000 (12:08 -0400)
committerAustin Clements <austin@google.com>
Thu, 30 Oct 2014 16:08:21 +0000 (12:08 -0400)
LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/162500043

src/runtime/panic.c

index 46683b2b0c705befebed3778b0e281f8ffc7b49d..b19fdd0e1879185b280ec150e3830d67ef7cd80f 100644 (file)
@@ -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