about summary refs log tree commit diff stats
path: root/120allocate.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-13 20:57:35 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-13 21:52:26 -0700
commite2b55208b22f3c97dfbc866d8d555b7a7c614632 (patch)
tree5b7f29f1a09a53f91b97cd03f1305afddd855d1d /120allocate.subx
parent6b8a3a94b1ae33fe053a13a4bbf96d9dc5eeb4b2 (diff)
downloadmu-e2b55208b22f3c97dfbc866d8d555b7a7c614632.tar.gz
6643
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/120allocate.subx b/120allocate.subx
index 9e8dfce0..ff52b2e9 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -874,7 +874,7 @@ test-copy-array:
     c3/return
 
 # Fill a region of memory with zeroes.
-zero-out:  # start: (addr byte), len: int
+zero-out:  # start: (addr byte), size: int
     # pseudocode:
     #   curr/esi = start
     #   i/ecx = 0