diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-12-09 01:26:58 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-12-09 01:26:58 -0800 |
commit | 8aeb85f04ee68b960a6d326aca1a17dec2f6d019 (patch) | |
tree | 26f861361c28ca77fb8298b21a905dc6e06c91ef /html/059stop.subx.html | |
parent | 2249e605c19f0dbe0c34c1c4f635b802f56dc535 (diff) | |
download | mu-8aeb85f04ee68b960a6d326aca1a17dec2f6d019.tar.gz |
5806
Diffstat (limited to 'html/059stop.subx.html')
-rw-r--r-- | html/059stop.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/059stop.subx.html b/html/059stop.subx.html index 20c23027..b7c0cd20 100644 --- a/html/059stop.subx.html +++ b/html/059stop.subx.html @@ -184,7 +184,7 @@ if ('onhashchange' in window) { <span id="L123" class="LineNr">123 </span> <span class="subxComment"># Make room for an exit descriptor on the stack. That's almost always the</span> <span id="L124" class="LineNr">124 </span> <span class="subxComment"># right place for it, available only as long as it's legal to use. Once this</span> <span id="L125" class="LineNr">125 </span> <span class="subxComment"># containing function returns we'll need a new exit descriptor.</span> -<span id="L126" class="LineNr">126 </span> <span class="subxComment"># var ed/eax : (address exit-descriptor)</span> +<span id="L126" class="LineNr">126 </span> <span class="subxComment"># var ed/eax : (ref exit-descriptor)</span> <span id="L127" class="LineNr">127 </span> 68/push 0/imm32 <span id="L128" class="LineNr">128 </span> 68/push 0/imm32 <span id="L129" class="LineNr">129 </span> 89/copy 3/mod/direct 0/rm32/eax <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 4/r32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="subxComment"># copy esp to eax</span> |