about summary refs log tree commit diff stats
path: root/120allocate.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-10 21:08:26 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-10 21:08:26 -0700
commit34dd228eb2706674f3ce06297997ce11f42768c8 (patch)
tree8578333485d415c465cb8b7ea6f98586491dbc2c /120allocate.subx
parentc532373e29928f1b8a2085038b000c3213ce4523 (diff)
downloadmu-34dd228eb2706674f3ce06297997ce11f42768c8.tar.gz
6627
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/120allocate.subx b/120allocate.subx
index 4778b3ed..9e8dfce0 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -253,7 +253,7 @@ test-allocate-raw-success:
     5d/pop-to-ebp
     c3/return
 
-lookup:  # h: (handle T) -> eax: (addr T)
+lookup:  # h: (handle T) -> result/eax: (addr T)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -455,7 +455,7 @@ _pending-test-lookup-failure:
     c3/return
 
 # when comparing handles, just treat them as pure values
-handle-equal?:  # a: handle, b: handle -> eax: boolean
+handle-equal?:  # a: handle, b: handle -> result/eax: boolean
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp