Commit 594c3aa0 authored by Keith Randall's avatar Keith Randall

[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/18673Reviewed-by: 's avatarAustin Clements <austin@google.com>
parent 3425295e
......@@ -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)
......
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