1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

runtime: fix windows/386 build

TBR=brainman
CC=golang-dev
https://golang.org/cl/4237060
This commit is contained in:
Russ Cox 2011-03-07 11:48:35 -05:00
parent 5946e46138
commit ad29ef9561

View File

@ -20,7 +20,7 @@ TEXT runtime·stdcall_raw(SB),7,$0
CMPL g(DI), SI
MOVL SP, BX
JEQ 2(PC)
MOVL (m_sched+gobuf_sp)(DX), SP
MOVL (g_sched+gobuf_sp)(SI), SP
PUSHL BX
PUSHL g(DI)
MOVL SI, g(DI)