]> Cypherpunks repositories - gostls13.git/commit
runtime: fix argument dump in traceback
authorRuss Cox <rsc@golang.org>
Thu, 7 Oct 2010 10:45:40 +0000 (06:45 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Oct 2010 10:45:40 +0000 (06:45 -0400)
commit7eb13b95a39300b50c02dde0cf32c76d992dcab7
treeaf59433e6133fe46008469d9a52d309344d6b7db
parent53fff1e74d03260e58ceba0cd2f70c3cc5a54043
runtime: fix argument dump in traceback

Was printing words at SP instead of at FP
after shuffle due to nascent flag.

R=r, r2
CC=golang-dev
https://golang.org/cl/2316044
src/pkg/runtime/amd64/traceback.c