From 9e7c22938cb3c7af9dc02447eebf4ab31bc40cc1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 8 Sep 2014 17:01:40 -0400 Subject: [PATCH] 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 --- src/runtime/sys_windows_386.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0