• 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
..
atomic Loading commit data...
Makefile Loading commit data...
cond.go Loading commit data...
cond_test.go Loading commit data...
mutex.go Loading commit data...
mutex_test.go Loading commit data...
once.go Loading commit data...
once_test.go Loading commit data...
rwmutex.go Loading commit data...
rwmutex_test.go Loading commit data...
waitgroup.go Loading commit data...
waitgroup_test.go Loading commit data...