about summary refs log tree commit diff stats
path: root/apps/calls.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-17 21:59:51 -0700
commit540974343290cb9ac0cf55b999447bf563928612 (patch)
treef8ed3420cbe796ee672e207543c80b2b85350fb9 /apps/calls.subx
parent5a7f919dfabc8ac721cb7ac5383c97e24d828736 (diff)
downloadmu-540974343290cb9ac0cf55b999447bf563928612.tar.gz
5700
Diffstat (limited to 'apps/calls.subx')
-rw-r--r--apps/calls.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calls.subx b/apps/calls.subx
index 88e963a5..a29c52f3 100644
--- a/apps/calls.subx
+++ b/apps/calls.subx
@@ -75,7 +75,7 @@ $subx-calls-main:end:
     b8/copy-to-eax 1/imm32/exit
     cd/syscall 0x80/imm8
 
-subx-calls:  # in : (address buffered-file), out : (address buffered-file) -> <void>
+subx-calls:  # in : (address buffered-file), out : (address buffered-file)
     # pseudocode:
     #   var line = new-stream(512, 1)
     #   var words : (address stream slice) = new-stream(16, 8)  # at most function name and 15 args