]> Cypherpunks repositories - gostls13.git/commit
5l, 8l: pass stack frame size to morestack when needed
authorRuss Cox <rsc@golang.org>
Tue, 1 Feb 2011 23:34:41 +0000 (18:34 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 1 Feb 2011 23:34:41 +0000 (18:34 -0500)
commit1fa41734441ba95f06171db25af7769f6ae26b30
treeb89bde8ee3d0eb65fe626aec9dbdc9d74ae521a7
parent80f07cfbeadb2c008827f6d6ce4ddd70d7cf0528
5l, 8l: pass stack frame size to morestack when needed

Shame on me: I fixed the same bug in 6l in 8691fcc6a66e
(https://golang.org/cl/2609041) and neglected
to look at 5l and 8l to see if they were affected.

On the positive side, the check I added in that CL is the
one that detected this bug.

Fixes #1457.

R=ken2
CC=golang-dev
https://golang.org/cl/3981052
src/cmd/5l/noop.c
src/cmd/8l/pass.c
src/pkg/runtime/proc.c
test/stack.go