• 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
list.c 9.66 KB