Skip to content

Commit d3cf380

Browse files
committed
runtime: add missing arch1_arm64.go
Missed this one from the bitbucket migration.
1 parent 5ca47e5 commit d3cf380

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/runtime/arch1_arm64.go

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright 2011 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
package runtime
6+
7+
const (
8+
thechar = '7'
9+
_BigEndian = 0
10+
_CacheLineSize = 32
11+
_RuntimeGogoBytes = 60
12+
_PhysPageSize = 65536*goos_nacl + 4096*(1-goos_nacl)
13+
_PCQuantum = 4
14+
_Int64Align = 8
15+
)

0 commit comments

Comments
 (0)