]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] runtime: Fix broken merge of noasm.go
authorAustin Clements <austin@google.com>
Wed, 22 Oct 2014 18:02:04 +0000 (14:02 -0400)
committerAustin Clements <austin@google.com>
Wed, 22 Oct 2014 18:02:04 +0000 (14:02 -0400)
commit977fba763a5e45e5527e45619ed0712ca09d910d
tree5dd2ae3fca305ebf272f9576bbf5d4c4d89fd530
parent2bd616b1a7d2544e05d55141b6575f17a9b17263
[dev.power64] runtime: Fix broken merge of noasm.go

The earlier dev.power64 merge missed the port of
runtime/noasm.goc to runtime/noasm_arm.go.  This CL fixes this
by moving noasm_arm.go to noasm.go and adding a +build to
share the file between arm and power64.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/158350043
src/runtime/noasm.go [moved from src/runtime/noasm_arm.go with 96% similarity]