]> Cypherpunks repositories - gostls13.git/commit
runtime: fix x86 stack trace for call to heap memory on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Tue, 28 Jul 2015 18:48:10 +0000 (20:48 +0200)
committerDavid du Colombier <0intro@gmail.com>
Tue, 28 Jul 2015 19:01:41 +0000 (19:01 +0000)
commit68117a91ae3ca306007d89440c8d6e71ffc5bdd5
tree468c07d25c5f4ca222656c5b3987a939575cb926
parent17efbfc5609fc9f2d95e5473250d740a9e5608bc
runtime: fix x86 stack trace for call to heap memory on Plan 9

Russ Cox fixed this issue for other systems
in CL 12026, but the Plan 9 part was forgotten.

Fixes #11656.

Change-Id: I91c033687987ba43d13ad8f42e3fe4c7a78e6075
Reviewed-on: https://go-review.googlesource.com/12762
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/os3_plan9.go
test/fixedbugs/issue11656.go