Commit a6e60916 authored by Wei Guangjing's avatar Wei Guangjing Committed by Russ Cox

runtime: stdcall_raw stack 16byte align for Win64

R=alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/4681049
parent 86a659ca
......@@ -20,6 +20,7 @@ TEXT runtime·stdcall_raw(SB),7,$8
CMPQ g(DI), SI
JEQ 3(PC)
MOVQ (g_sched+gobuf_sp)(SI), SP
ANDQ $~15, SP
MOVQ SI, g(DI)
SUBQ $0x60, SP
......
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