From: Rob Pike Date: Thu, 13 Jan 2011 00:17:14 +0000 (-0800) Subject: disable arm registifier for the moment X-Git-Tag: weekly.2011-01-12~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d88f717da66f0349fbbcaff9dc9de09244476e37;p=gostls13.git disable arm registifier for the moment R=ken2, ken3 CC=golang-dev https://golang.org/cl/3970041 --- diff --git a/src/cmd/5g/reg.c b/src/cmd/5g/reg.c index 09fff97dc3..5011e75ccc 100644 --- a/src/cmd/5g/reg.c +++ b/src/cmd/5g/reg.c @@ -137,6 +137,7 @@ regopt(Prog *firstp) uint32 vreg; Bits bit; +return; // disabled for the moment if(first == 0) { fmtinstall('Q', Qconv); }