]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: fix broken build
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 19 Mar 2015 16:49:25 +0000 (09:49 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 19 Mar 2015 17:12:42 +0000 (17:12 +0000)
commit6d448440d5a7fc408b11212c649dd29dd86ee19f
treed637227a2f9fc99931e3538688853f10612b1d94
parent25e793d7ea7519f407cb84c4cb3955f5b96d0fb5
cmd/internal/gc: fix broken build

CL 7697 caused doasm failures on 386:

runtime/append_test.go:1: doasm: notfound ft=2 tt=20 00112 (runtime/iface_test.go:207) CMPL $0, BX 2 20

I think that this should be fixed in liblink,
but in the meantime, work around the problem
by instead generating CMPL BX, $0.

Change-Id: I9c572f8f15fc159507132cf4ace8d7a328a3eb4a
Reviewed-on: https://go-review.googlesource.com/7810
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/internal/gc/walk.go