From 34dd228eb2706674f3ce06297997ce11f42768c8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 10 Jul 2020 21:08:26 -0700 Subject: 6627 --- 120allocate.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '120allocate.subx') 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 -- cgit 1.4.1-2-gfad0