mirror of
https://github.com/golang/go
synced 2024-11-26 14:08:37 -07:00
test: add s390x case to nosplit test
Fixes this test on s390x. Change-Id: Ie5b70e8191169867765ec9248d827ca12c6405f4 Reviewed-on: https://go-review.googlesource.com/20964 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
cc17d1ba76
commit
4402ee9fa3
@ -275,6 +275,9 @@ TestCases:
|
||||
case "amd64":
|
||||
ptrSize = 8
|
||||
fmt.Fprintf(&buf, "#define REGISTER AX\n")
|
||||
case "s390x":
|
||||
ptrSize = 8
|
||||
fmt.Fprintf(&buf, "#define REGISTER R10\n")
|
||||
default:
|
||||
fmt.Fprintf(&buf, "#define REGISTER AX\n")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user