From: Keith Randall Date: Thu, 14 Jan 2016 23:28:26 +0000 (-0800) Subject: [dev.ssa] runtime: fix windows build X-Git-Tag: go1.7beta1~1623^2^2~95 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=594c3aa063befecb6bd51a191781e44d1cd1b566;p=gostls13.git [dev.ssa] runtime: fix windows build Pull the relevant part of https://go-review.googlesource.com/#/c/18304/ into the SSA branch. This fixes the windows SSA build. Change-Id: Iee3834d8e7019cd90307e32029f3d1032ceb46c1 Reviewed-on: https://go-review.googlesource.com/18673 Reviewed-by: Austin Clements --- diff --git a/src/runtime/sys_windows_amd64.s b/src/runtime/sys_windows_amd64.s index b15eacbf32..1ca1dbb591 100644 --- a/src/runtime/sys_windows_amd64.s +++ b/src/runtime/sys_windows_amd64.s @@ -243,7 +243,7 @@ TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0 LEAQ g__size(SP), BX MOVQ BX, g_m(SP) - LEAQ -8192(SP), CX + LEAQ -32768(SP), CX MOVQ CX, (g_stack+stack_lo)(SP) ADDQ $const__StackGuard, CX MOVQ CX, g_stackguard0(SP)