Commit e98f2179 authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

runtime: fix build for arm and ppc64/ppc64le

Change-Id: I17ddcb541dfac8b1e48e01ee005563031b6ade2a
Reviewed-on: https://go-review.googlesource.com/2062Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 24ea0330
......@@ -9,6 +9,8 @@
package runtime
import _ "unsafe"
func cmpstring(s1, s2 string) int {
l := len(s1)
if len(s2) < l {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment