diff options
| author | Russ Cox <rsc@golang.org> | 2014-12-05 19:13:20 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-12-05 19:13:20 -0500 |
| commit | 09d92b6bbf26f195a1fe136513238d227bc73f82 (patch) | |
| tree | 1c053dbb28cfcaf4cae911f24f096b581c384d4b /src/runtime/debug | |
| parent | dcb2ec3b654eb42d8e6bb6e66801ddf2f7f21c7a (diff) | |
| download | go-09d92b6bbf26f195a1fe136513238d227bc73f82.tar.xz | |
all: power64 is now ppc64
Fixes #8654.
LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/180600043
Diffstat (limited to 'src/runtime/debug')
| -rw-r--r-- | src/runtime/debug/stubs.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/debug/stubs.s b/src/runtime/debug/stubs.s index 1e883b72c0..b117063e76 100644 --- a/src/runtime/debug/stubs.s +++ b/src/runtime/debug/stubs.s @@ -7,10 +7,10 @@ #ifdef GOARCH_arm #define JMP B #endif -#ifdef GOARCH_power64 +#ifdef GOARCH_ppc64 #define JMP BR #endif -#ifdef GOARCH_power64le +#ifdef GOARCH_ppc64le #define JMP BR #endif |
