aboutsummaryrefslogtreecommitdiff
path: root/test/nosplit.go
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2015-06-06 15:24:18 -0400
committerMinux Ma <minux@golang.org>2015-06-06 20:22:57 +0000
commit21ec72c2ca5168f3f10b4594a553b3a038c8df29 (patch)
tree5f56c2c4356375aff77ec00fc191552291a9d2ff /test/nosplit.go
parent5dbe071cb5e696597ee87bb9db56a5028f1d2112 (diff)
downloadgo-21ec72c2ca5168f3f10b4594a553b3a038c8df29.tar.gz
go-21ec72c2ca5168f3f10b4594a553b3a038c8df29.zip
test: fix build on GOARCH=ppc64/ppc64le
Change-Id: Ibf2879c0034250c5699e21ecea0eb76340597a2a Reviewed-on: https://go-review.googlesource.com/10810 Reviewed-by: Austin Clements <austin@google.com>
Diffstat (limited to 'test/nosplit.go')
-rw-r--r--test/nosplit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nosplit.go b/test/nosplit.go
index 8864137eb1..596962b2c1 100644
--- a/test/nosplit.go
+++ b/test/nosplit.go
@@ -249,7 +249,7 @@ TestCases:
switch goarch {
case "ppc64", "ppc64le":
ptrSize = 8
- fmt.Fprintf(&buf, "#define CALL BL\n#define REGISTER (CTR)\n#define RET RETURN\n")
+ fmt.Fprintf(&buf, "#define CALL BL\n#define REGISTER (CTR)\n")
case "arm":
fmt.Fprintf(&buf, "#define CALL BL\n#define REGISTER (R0)\n")
case "arm64":