1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:20:12 -06:00

runtime: fix cgocallback stack size on amd64p32.

LGTM=dave
R=rsc, dave, iant
CC=golang-codereviews
https://golang.org/cl/73160043
This commit is contained in:
Rémy Oudompheng 2014-03-10 07:57:58 +01:00
parent 4888781f24
commit 4bc632cead

View File

@ -617,7 +617,7 @@ TEXT runtime·asmcgocall(SB),NOSPLIT,$0-8
// cgocallback(void (*fn)(void*), void *frame, uintptr framesize)
// Not implemented.
TEXT runtime·cgocallback(SB),NOSPLIT,$12-12
TEXT runtime·cgocallback(SB),NOSPLIT,$0-12
MOVL 0, AX
RET