summaryrefslogtreecommitdiff
path: root/src/runtime/mgc0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/mgc0.h')
-rw-r--r--src/runtime/mgc0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgc0.h b/src/runtime/mgc0.h
index 64f818914..16fbe4665 100644
--- a/src/runtime/mgc0.h
+++ b/src/runtime/mgc0.h
@@ -56,7 +56,7 @@ enum {
BitsEface = 3,
// 64 bytes cover objects of size 1024/512 on 64/32 bits, respectively.
- MaxGCMask = 64,
+ MaxGCMask = 65536, // TODO(rsc): change back to 64
};
// Bits in per-word bitmap.