]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsle
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 21 Mar 2017 13:57:58 +0000 (14:57 +0100)
committerAustin Clements <austin@google.com>
Wed, 5 Apr 2017 16:58:19 +0000 (16:58 +0000)
commit77476e81d9b3427e825107a582aacfe65b3ae718
treeeed7df84418f0049115959b2646cadd7f04255c6
parentbf71119d54f7f2c64908af7c1af46ed2cbce0967
[release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsle

Removing stray xori that came from big endian copy/paste.
Adding atomicand8 check to runtime.check() that would have revealed
this error.
Might fix #19396.

Change-Id: If8d6f25d3e205496163541eb112548aa66df9c2a
Reviewed-on: https://go-review.googlesource.com/39597
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/gen/MIPS.rules
src/cmd/compile/internal/ssa/rewriteMIPS.go
src/runtime/runtime1.go