]> Cypherpunks repositories - gostls13.git/commit
cmd/5l, cmd/6l, cmd/8l: refactor stack split code
authorRuss Cox <rsc@golang.org>
Thu, 12 Sep 2013 00:29:45 +0000 (20:29 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 Sep 2013 00:29:45 +0000 (20:29 -0400)
commit1a6576db3468566ec89671c2c191e0b975833a7f
tree4a2d2b296df998e0aec70c37d788837f70119feb
parentbab302dea2f31e1ab04d17bc42050d0610c15793
cmd/5l, cmd/6l, cmd/8l: refactor stack split code

Pull the stack split generation into its own function.
This will make an upcoming change to fix recover
easier to digest.

R=ken2
CC=golang-dev
https://golang.org/cl/13611044
src/cmd/5l/noop.c
src/cmd/6l/pass.c
src/cmd/8l/pass.c