commit | 6be0c8a566f6747fd18e9f5f49df37a6cd289407 | [log] [tgz] |
---|---|---|
author | Austin Clements <austin@google.com> | Mon Oct 27 17:19:41 2014 -0400 |
committer | Austin Clements <austin@google.com> | Mon Oct 27 17:19:41 2014 -0400 |
tree | b8d0406393787a75aa9b0a5b90a7497b4ff97fc4 | |
parent | 5a653089ef756ecda170e4ee030480d547496362 [diff] |
[dev.power64] liblink: fix lost branch target A recent commit lost the branch target in the really-big-stack case of splitstack, causing an infinite loop stack preempt case. Revive the branch target. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/157790044