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 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>
50' href='#n150'>150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223