about summary refs log tree commit diff stats
path: root/html/059stop.subx.html
diff options
context:
space:
mode:
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>