• Russ Cox's avatar
    sync/atomic: fix check64 · 69cb8fef
    Russ Cox authored
    The LDREXD and STREXD instructions require
    aligned addresses, and the ARM stack is not
    guaranteed to be aligned during the check.
    This may cause other problems later (on the ARM
    not all 64-bit pointers may be 64-bit aligned)
    but at least the check is correct now.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/4564053
    69cb8fef
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...