aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_386.s
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2015-02-17 16:48:31 +1100
committerAlex Brainman <alex.brainman@gmail.com>2015-02-17 08:15:13 +0000
commit201b12499c6dd68d118f3152467bee50c1a97aee (patch)
tree00342fe8db886cb254cf9def617f836daf6773fc /src/runtime/sys_windows_386.s
parent412ce1f7d6f4bc5e2dc56d66042633c95586f848 (diff)
downloadgo-201b12499c6dd68d118f3152467bee50c1a97aee.tar.gz
go-201b12499c6dd68d118f3152467bee50c1a97aee.zip
[dev.cc] runtime: remove comma at the end of DIVL instruction (fixes windows build)
Change-Id: Ia47e1e387acd30f30559d766aa6fca18cbb098f9 Reviewed-on: https://go-review.googlesource.com/5010 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/sys_windows_386.s')
-rw-r--r--src/runtime/sys_windows_386.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_windows_386.s b/src/runtime/sys_windows_386.s
index 9c2692b93d..5f4a63bcdd 100644
--- a/src/runtime/sys_windows_386.s
+++ b/src/runtime/sys_windows_386.s
@@ -248,7 +248,7 @@ TEXT runtime·callbackasm1+0(SB),NOSPLIT,$0
SUBL $runtime·callbackasm(SB), AX
MOVL $0, DX
MOVL $5, BX // divide by 5 because each call instruction in runtime·callbacks is 5 bytes long
- DIVL BX,
+ DIVL BX
// find correspondent runtime·cbctxts table entry
MOVL runtime·cbctxts(SB), BX