about summary refs log tree commit diff stats
path: root/html/059stop.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-12 12:15:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-12 14:52:07 -0800
commitfa786ea791469364d635b6a5eb877b0c4e3333ce (patch)
tree090da2376f69341f9038e182ccf14c6a1cf91b9f /html/059stop.subx.html
parentf1eade728695ed3f52ae4e13f0a91dfe769e8567 (diff)
downloadmu-fa786ea791469364d635b6a5eb877b0c4e3333ce.tar.gz
5884
Diffstat (limited to 'html/059stop.subx.html')
-rw-r--r--html/059stop.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/059stop.subx.html b/html/059stop.subx.html
index 4ecff92e..7a35e528 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 : (ref exit-descriptor)</span>
+<span id="L126" class="LineNr">126 </span>    <span class="subxComment"># var ed/eax : 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>