From: Russ Cox Date: Mon, 8 Sep 2014 21:01:40 +0000 (-0400) Subject: runtime: undo stray edit from CL 140380043 X-Git-Tag: go1.4beta1~477 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9e7c22938cb3c7af9dc02447eebf4ab31bc40cc1;p=gostls13.git runtime: undo stray edit from CL 140380043 Was having serious editor problems on Windows. TBR=brainman, iant CC=golang-codereviews https://golang.org/cl/137370043 --- diff --git a/src/runtime/sys_windows_386.s b/src/runtime/sys_windows_386.s index 7d4dc6a69c..fc19f5650a 100644 --- a/src/runtime/sys_windows_386.s +++ b/src/runtime/sys_windows_386.s @@ -161,7 +161,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$0 PUSHL $runtime·profileloop1(SB) CALL runtime·externalthreadhandler(SB) MOVL 4(SP), CX - ADDL $40, SP + ADDL $12, SP JMP CX TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0