aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_windows_amd64.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_amd64.s
parent412ce1f7d6f4bc5e2dc56d66042633c95586f848 (diff)
downloadgo-201b12499c6dd68d118f3152467bee50c1a97aee.tar.xz
[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_amd64.s')
-rw-r--r--src/runtime/sys_windows_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_windows_amd64.s b/src/runtime/sys_windows_amd64.s
index 27e48bf9c2..dd81ce055a 100644
--- a/src/runtime/sys_windows_amd64.s
+++ b/src/runtime/sys_windows_amd64.s
@@ -287,7 +287,7 @@ TEXT runtime·callbackasm1(SB),NOSPLIT,$0
SUBQ DX, AX
MOVQ $0, DX
MOVQ $5, CX // divide by 5 because each call instruction in runtime·callbacks is 5 bytes long
- DIVL CX,
+ DIVL CX
// find correspondent runtime·cbctxts table entry
MOVQ runtime·cbctxts(SB), CX