diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/cgo_ppc64x.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/cgo_ppc64x.go b/src/runtime/cgo_ppc64x.go index cbc6c41d73..6a1b3bb417 100644 --- a/src/runtime/cgo_ppc64x.go +++ b/src/runtime/cgo_ppc64x.go @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package runtime - // +build ppc64 ppc64le +package runtime + // crosscall_ppc64 calls into the runtime to set up the registers the // Go runtime expects and so the symbol it calls needs to be exported // for external linking to work. |
