aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime1.go')
-rw-r--r--src/runtime/runtime1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime1.go b/src/runtime/runtime1.go
index 98c5c84c01..65bed433c3 100644
--- a/src/runtime/runtime1.go
+++ b/src/runtime/runtime1.go
@@ -286,7 +286,7 @@ func check() {
testAtomic64()
- if _FixedStack != round2(_FixedStack) {
+ if fixedStack != round2(fixedStack) {
throw("FixedStack is not power-of-2")
}