summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/arch_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/arch_arm.h')
-rw-r--r--src/pkg/runtime/arch_arm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pkg/runtime/arch_arm.h b/src/pkg/runtime/arch_arm.h
index f6af58514..27c70c105 100644
--- a/src/pkg/runtime/arch_arm.h
+++ b/src/pkg/runtime/arch_arm.h
@@ -1,6 +1,10 @@
+// Copyright 2011 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
enum {
thechar = '5',
BigEndian = 0,
CacheLineSize = 32,
- appendCrossover = 16
+ appendCrossover = 8
};