From 8a73e0d19a1d17a21512740df51b9e65b6c6ddad Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 19 Sep 2019 16:32:10 -0700 Subject: 5673 - standardize a few knobs --- apps/handle.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/handle.subx') 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 -- cgit 1.4.1-2-gfad0 'h' onchange='this.form.submit();'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/unittests/ui/stub_ui.c
blob: df225ec29d27dcde246b7dab02b85b25265f11ed (plain) (tree)
1
2
3
4
5
6
7
8
9