]> Cypherpunks repositories - gostls13.git/commit
runtime: make mapzero not crash on arm
authorRuss Cox <rsc@golang.org>
Fri, 15 May 2015 20:05:52 +0000 (16:05 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2015 20:14:41 +0000 (20:14 +0000)
commitd820d5f3ab49bec0fb5f8a177ed48b99502a0be1
treeed1eff10e07355f3671bd08a0c72829a01baaa3a
parentddc4c146a46cd8ae3a4f1f9b7f0cd14f4bb2aca4
runtime: make mapzero not crash on arm

Change-Id: I40e8a4a2e62253233b66f6a2e61e222437292c31
Reviewed-on: https://go-review.googlesource.com/10151
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/hashmap.go