1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:14:40 -07:00

runtime: fix windows/amd64 exception handler

R=golang-dev, rsc
CC=golang-dev, hectorchu
https://golang.org/cl/5797077
This commit is contained in:
Alex Brainman 2012-03-12 22:42:55 -04:00 committed by Russ Cox
parent 4809ad655b
commit 16ade99d9d

View File

@ -137,7 +137,7 @@ TEXT runtime·sigtramp(SB),7,$0
get_tls(CX)
// check that m exists
MOVQ m(BX), AX
MOVQ m(CX), AX
CMPQ AX, $0
JNE 2(PC)
CALL runtime·badsignal(SB)