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/059stop.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/059stop.subx.html') diff --git a/html/059stop.subx.html b/html/059stop.subx.html index b7c0cd20..4ecff92e 100644 --- a/html/059stop.subx.html +++ b/html/059stop.subx.html @@ -102,7 +102,7 @@ if ('onhashchange' in window) { 41 # the stack. 42 # Ugly that we need to know the size of args. Don't allocate variables between 43 # tailor-exit-descriptor and the call it's for. - 44 tailor-exit-descriptor: # ed : (address exit-descriptor), nbytes : int + 44 tailor-exit-descriptor: # ed : (addr exit-descriptor), nbytes : int 45 # . prologue 46 55/push-ebp 47 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -150,7 +150,7 @@ if ('onhashchange' in window) { 89 5d/pop-to-ebp 90 c3/return 91 - 92 stop: # ed : (address exit-descriptor), value : int + 92 stop: # ed : (addr exit-descriptor), value : int 93 # no prologue; one way or another, we're going to clobber registers 94 # eax = ed 95 8b/copy 1/mod/*+disp8 4/rm32/sib 4/base/esp 4/index/none . 0/r32/eax 4/disp8 . # copy *(esp+4) to eax @@ -222,7 +222,7 @@ if ('onhashchange' in window) { 161 5d/pop-to-ebp 162 c3/return 163 -164 _test-stop-1: # ed : (address exit-descriptor) +164 _test-stop-1: # ed : (addr exit-descriptor) 165 # . prologue 166 55/push-ebp 167 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -249,7 +249,7 @@ if ('onhashchange' in window) { 188 5d/pop-to-ebp 189 c3/return 190 -191 _test-stop-2: # ed : (address exit-descriptor) +191 _test-stop-2: # ed : (addr exit-descriptor) 192 # . prologue 193 55/push-ebp 194 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp -- cgit 1.4.1-2-gfad0