]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] runtime: fix windows build
authorKeith Randall <khr@golang.org>
Thu, 14 Jan 2016 23:28:26 +0000 (15:28 -0800)
committerKeith Randall <khr@golang.org>
Fri, 15 Jan 2016 05:13:50 +0000 (05:13 +0000)
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 <austin@google.com>
src/runtime/sys_windows_amd64.s

index b15eacbf3294978fc63a8ddda402cd06ccffa0b1..1ca1dbb59180fcaa23700bac72340653ab2a1bd8 100644 (file)
@@ -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)