Commit ad29ef95 authored by Russ Cox's avatar Russ Cox

runtime: fix windows/386 build

TBR=brainman
CC=golang-dev
https://golang.org/cl/4237060
parent 5946e461
......@@ -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)
......
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