]> Cypherpunks repositories - gostls13.git/commit
bug in stack size in arm.
authorKen Thompson <ken@golang.org>
Fri, 8 Oct 2010 23:46:05 +0000 (16:46 -0700)
committerKen Thompson <ken@golang.org>
Fri, 8 Oct 2010 23:46:05 +0000 (16:46 -0700)
commited575dc2b98e2cba415f0c07736ff7cff53a5280
tree31a6d1fa79aa01e77116937641dc57689a44826e
parent3f032d5670c6a1d9b98914336c77940ab05dd850
bug in stack size in arm.
stack is off by one if calling
through reflect.Call

R=rsc
CC=golang-dev
https://golang.org/cl/2400041
src/pkg/runtime/arm/asm.s
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h