about summary refs log tree commit diff stats
path: root/subx/apps/dquotes.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/dquotes.subx')
-rw-r--r--subx/apps/dquotes.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx
index 85a42f53..c108ade5 100644
--- a/subx/apps/dquotes.subx
+++ b/subx/apps/dquotes.subx
@@ -21,10 +21,10 @@
 
 Entry:
     # initialize heap
-    # . Heap = new-segment(64KB)
+    # . Heap = new-segment(1MB)
     # . . push args
     68/push  Heap/imm32
-    68/push  0x10000/imm32/64KB
+    68/push  0x100000/imm32/1MB
     # . . call
     e8/call  new-segment/disp32
     # . . discard args
@@ -2639,7 +2639,7 @@ test-string-length-at-start-of-slice-escaped:
 == data
 
 Segment-size:
-  0x1000/imm32/4KB
+  0x8000/imm32/32KB
 
 Next-string-literal:  # tracks the next auto-generated variable name
   1/imm32