]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime,syscall: quiet some more vet errors
authorRob Pike <r@golang.org>
Thu, 19 Feb 2015 21:44:06 +0000 (13:44 -0800)
committerRob Pike <r@golang.org>
Fri, 20 Feb 2015 00:20:54 +0000 (00:20 +0000)
commitc21f1d5ef30ff52cb42fca146a9c7161dfee5c3c
tree1cac4b5b7baf977fac08a8c2fb83920dd0dd4f89
parentdc7b54bed280f9258c553772fbd62e5b075ccff7
[dev.cc] runtime,syscall: quiet some more vet errors

Fix many incorrect FP references and a few other details.

Some errors remain, especially in vlop, but fixing them requires semantics. For another day.

Change-Id: Ib769fb519b465e79fc08d004a51acc5644e8b259
Reviewed-on: https://go-review.googlesource.com/5288
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/asm_amd64.s
src/runtime/asm_arm.s
src/runtime/sys_darwin_amd64.s
src/runtime/sys_darwin_arm.s
src/runtime/sys_linux_arm.s
src/syscall/asm_darwin_arm.s