diff options
Diffstat (limited to 'libgo/go/runtime/lfstack_64bit.go')
-rw-r--r-- | libgo/go/runtime/lfstack_64bit.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/lfstack_64bit.go b/libgo/go/runtime/lfstack_64bit.go index 5367f08c561..3b0eb986ce3 100644 --- a/libgo/go/runtime/lfstack_64bit.go +++ b/libgo/go/runtime/lfstack_64bit.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore + // +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x package runtime |