diff options
Diffstat (limited to 'apps/handle.subx')
-rw-r--r-- | apps/handle.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/handle.subx b/apps/handle.subx index 36283c16..6ebf35b2 100644 --- a/apps/handle.subx +++ b/apps/handle.subx @@ -28,10 +28,10 @@ Entry: # initialize heap - # . Heap = new-segment(64KB) + # . Heap = new-segment(Heap-size) # . . push args 68/push Heap/imm32 - 68/push 0x10000/imm32/64KB + 68/push Heap-size/imm32 # . . call e8/call new-segment/disp32 # . . discard args |