diff options
Diffstat (limited to 'src/runtime/noasm.go')
| -rw-r--r-- | src/runtime/noasm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/noasm.go b/src/runtime/noasm.go index 7ffde37992..4b3c577a21 100644 --- a/src/runtime/noasm.go +++ b/src/runtime/noasm.go @@ -4,7 +4,7 @@ // Routines that are implemented in assembly in asm_{amd64,386}.s -// +build arm ppc64 ppc64le +// +build arm arm64 ppc64 ppc64le package runtime |
