Commit f464573c authored by Shenghou Ma's avatar Shenghou Ma Committed by Russ Cox

[dev.power64] runtime: add power64/power64le as supported arch to gcinfo_test.go

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/122560043
parent 5f02073d
...@@ -122,6 +122,12 @@ func infoComplex() []byte { ...@@ -122,6 +122,12 @@ func infoComplex() []byte {
BitsScalar, BitsScalar, BitsScalar, BitsScalar, BitsScalar, BitsScalar, BitsScalar, BitsScalar,
BitsScalar, BitsScalar, BitsMultiWord, BitsString, BitsScalar, BitsScalar, BitsMultiWord, BitsString,
} }
case "power64", "power64le":
return []byte{
BitsPointer, BitsScalar, BitsScalar, BitsScalar,
BitsMultiWord, BitsSlice, BitsScalar, BitsScalar,
BitsScalar, BitsScalar, BitsMultiWord, BitsString,
}
default: default:
panic("unknown arch") panic("unknown arch")
} }
......
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