Commit 4bc632ce authored by Rémy Oudompheng's avatar Rémy Oudompheng

runtime: fix cgocallback stack size on amd64p32.

LGTM=dave
R=rsc, dave, iant
CC=golang-codereviews
https://golang.org/cl/73160043
parent 4888781f
...@@ -617,7 +617,7 @@ TEXT runtime·asmcgocall(SB),NOSPLIT,$0-8 ...@@ -617,7 +617,7 @@ TEXT runtime·asmcgocall(SB),NOSPLIT,$0-8
// cgocallback(void (*fn)(void*), void *frame, uintptr framesize) // cgocallback(void (*fn)(void*), void *frame, uintptr framesize)
// Not implemented. // Not implemented.
TEXT runtime·cgocallback(SB),NOSPLIT,$12-12 TEXT runtime·cgocallback(SB),NOSPLIT,$0-12
MOVL 0, AX MOVL 0, AX
RET RET
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment