From 7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 3 Jan 2020 01:36:34 -0800 Subject: 5876 - address -> addr --- html/069allocate.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/069allocate.subx.html') diff --git a/html/069allocate.subx.html b/html/069allocate.subx.html index a1bca554..b8bb8681 100644 --- a/html/069allocate.subx.html +++ b/html/069allocate.subx.html @@ -117,7 +117,7 @@ if ('onhashchange' in window) { 56 57 # Claim the next 'n' bytes of memory starting at ad->curr and update ad->curr. 58 # Abort if there isn't enough memory in 'ad'. - 59 allocate: # ad : (address allocation-descriptor), n : int -> address-or-null/eax : (address _) + 59 allocate: # ad : (addr allocation-descriptor), n : int -> address-or-null/eax : (addr _) 60 # . prologue 61 55/push-ebp 62 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -241,7 +241,7 @@ if ('onhashchange' in window) { 180 c3/return 181 182 # helper: create a nested allocation descriptor (useful for tests) -183 allocate-region: # ad : (address allocation-descriptor), n : int -> new-ad : (handle allocation-descriptor) +183 allocate-region: # ad : (addr allocation-descriptor), n : int -> new-ad : (handle allocation-descriptor) 184 # . prologue 185 55/push-ebp 186 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0