Commit 8b2503d5 authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

cmd/internal/gc: fix race build

Change-Id: Iab3f5538c135a21e071789e2c7b445b0a04a2ad0
Signed-off-by: default avatarShenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/8461
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 4e5ac45e
......@@ -219,7 +219,8 @@ func racewalknode(np **Node, init **NodeList, wr int, skip int) {
OPLUS,
OREAL,
OIMAG,
OCOM:
OCOM,
OSQRT:
racewalknode(&n.Left, init, wr, 0)
goto ret
......
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