1
0
mirror of https://github.com/golang/go synced 2024-10-02 20:31:21 -06:00

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
This commit is contained in:
Russ Cox 2014-09-08 17:01:40 -04:00
parent cf622d758c
commit 9e7c22938c

View File

@ -161,7 +161,7 @@ TEXT runtime·profileloop(SB),NOSPLIT,$0
PUSHL $runtime·profileloop1(SB) PUSHL $runtime·profileloop1(SB)
CALL runtime·externalthreadhandler(SB) CALL runtime·externalthreadhandler(SB)
MOVL 4(SP), CX MOVL 4(SP), CX
ADDL $40, SP ADDL $12, SP
JMP CX JMP CX
TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0 TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0