about summary refs log tree commit diff stats
path: root/120allocate.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-29 00:03:19 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-29 00:03:19 -0700
commit4cbe0ba1ac18eaf459a918e075a77193db0b7b7c (patch)
treedec4e2db53794c9aba6fac08adaacb8e20d3fdfa /120allocate.subx
parentd3657eec0db6ce3a6db6af3afe5a4670c07b3d69 (diff)
downloadmu-4cbe0ba1ac18eaf459a918e075a77193db0b7b7c.tar.gz
7138 - type-check array 'length' instruction
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/120allocate.subx b/120allocate.subx
index c482ae07..3f3ef1a1 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -32,7 +32,7 @@ Heap:  # allocation-descriptor
 
 # a reasonable default
 Heap-size:  # int
-  0x600000/imm32/6MB
+  0x800000/imm32/8MB
 
 Next-alloc-id:  # int
   0x100/imm32  # save a few alloc ids for fake handles