Commit 16ade99d authored by Alex Brainman's avatar Alex Brainman Committed by Russ Cox

runtime: fix windows/amd64 exception handler

R=golang-dev, rsc
CC=golang-dev, hectorchu
https://golang.org/cl/5797077
parent 4809ad65
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment