diff options
| author | Russ Cox <rsc@golang.org> | 2014-09-08 17:01:40 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-09-08 17:01:40 -0400 |
| commit | 9e7c22938cb3c7af9dc02447eebf4ab31bc40cc1 (patch) | |
| tree | 2456cdd19fbca75a46cf7055dc95424d965baf11 /src/runtime | |
| parent | cf622d758cd51cfa09f5b503d323c81ed3a5541e (diff) | |
| download | go-9e7c22938cb3c7af9dc02447eebf4ab31bc40cc1.tar.xz | |
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
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/sys_windows_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
