• Russ Cox's avatar
    5c, 5g, 5l: fix arm bug · a5bc16d6
    Russ Cox authored
    Using reg as the flag word was unfortunate, since the
    default value is not 0 but NREG (==16), which happens
    to be the bit NOPTR now.  Clear it.
    
    If I say this will fix the build, it won't.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/5690072
    a5bc16d6
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
doc.go Loading commit data...
gc.h Loading commit data...
list.c Loading commit data...
mul.c Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...
sgen.c Loading commit data...
swt.c Loading commit data...
txt.c Loading commit data...