about summary refs log tree commit diff stats
path: root/056trace.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 /056trace.subx
parent5a7f919dfabc8ac721cb7ac5383c97e24d828736 (diff)
downloadmu-540974343290cb9ac0cf55b999447bf563928612.tar.gz
5700
Diffstat (limited to '056trace.subx')
-rw-r--r--056trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/056trace.subx b/056trace.subx
index 1d5c5a0b..beff1993 100644
--- a/056trace.subx
+++ b/056trace.subx
@@ -41,7 +41,7 @@ _test-trace-stream:
 
 # Allocate a new segment for the trace stream, initialize its length, and save its address to Trace-stream.
 # The Trace-stream segment will consist of variable-length lines separated by newlines (0x0a)
-initialize-trace-stream:  # n : int -> <void>
+initialize-trace-stream:  # n : int
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp