]> Cypherpunks repositories - gostls13.git/commit
runtime: fix use of xadd64
authorAustin Clements <austin@google.com>
Wed, 11 Nov 2015 15:23:44 +0000 (10:23 -0500)
committerAustin Clements <austin@google.com>
Wed, 11 Nov 2015 15:26:24 +0000 (15:26 +0000)
commit7d1d642956940f78e7f1531ec9810048f4358f85
tree60f06b7596132d60654c14be99d4ebbe16eb2b2b
parent7407d8e582556edf43f30d34eabc049896d80689
runtime: fix use of xadd64

Commit 7407d8e was rebased over the switch to runtime/internal/atomic
and introduced a call to xadd64, which no longer exists. Fix that
call.

Change-Id: I99c93469794c16504ae4a8ffe3066ac382c66a3a
Reviewed-on: https://go-review.googlesource.com/16816
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgcsweep.go