commit | 0f99a91bb56dd01dfd4e5ce4344e6006e3463ade | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Sep 08 21:02:36 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Sep 08 21:02:36 2014 -0400 |
tree | ee9114e1fac7f70c0e910fcc425e9a9b4b8e47e7 | |
parent | c93f74d34bf45bcbfa1cfda5ccd198ed5682ddf4 [diff] |
runtime: let stack copier update Panic structs for us It already is updating parts of them; we're just getting lucky retraversing them and not finding much to do. Change argp to a pointer so that it will be updated too. Existing tests break if you apply the change to adjustpanics without also updating the type of argp. LGTM=khr R=khr CC=golang-codereviews https://golang.org/cl/139380043