1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:14:45 -07:00

runtime: fix windows/amd64 build after pc-relative 6l change

TBR=iant
CC=golang-codereviews
https://golang.org/cl/131900043
This commit is contained in:
Russ Cox 2014-08-18 22:12:51 -04:00
parent a6feaf3aff
commit 3e9c7a8a1d

View File

@ -228,7 +228,8 @@ TEXT runtime·callbackasm1(SB),NOSPLIT,$0
ADDQ $8, SP
// determine index into runtime·cbctxts table
SUBQ $runtime·callbackasm(SB), AX
MOVQ $runtime·callbackasm(SB), DX
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,