summaryrefslogtreecommitdiff
path: root/src/runtime/arch1_arm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/arch1_arm.go')
-rw-r--r--src/runtime/arch1_arm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/arch1_arm.go b/src/runtime/arch1_arm.go
index 5cb79fd68..6662eaeac 100644
--- a/src/runtime/arch1_arm.go
+++ b/src/runtime/arch1_arm.go
@@ -9,7 +9,7 @@ const (
_BigEndian = 0
_CacheLineSize = 32
_RuntimeGogoBytes = 60
- _PhysPageSize = 65536*_NaCl + 4096*(1-_NaCl)
+ _PhysPageSize = 65536*goos_nacl + 4096*(1-goos_nacl)
_PCQuantum = 4
_Int64Align = 4
)