diff options
-rw-r--r-- | apps/mu.subx | 4 | ||||
-rw-r--r-- | html/apps/mu.subx.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 534f247d..21c38d22 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -246,7 +246,7 @@ == data -Program: # (addr (handle function)) +Program: # (ref (handle function)) 0/imm32 Function-name: @@ -3101,7 +3101,7 @@ emit-subx: # out : (addr buffered-file) 57/push-edi # edi = out 8b/-> *(ebp+8) 7/r32/edi - # var curr/ecx : (handle function) = Program + # var curr/ecx : (handle function) = *Program 8b/-> *Program 1/r32/ecx { # if (curr == null) break diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html index af5d5389..6789ea2f 100644 --- a/html/apps/mu.subx.html +++ b/html/apps/mu.subx.html @@ -308,7 +308,7 @@ if ('onhashchange' in window) { <span id="L246" class="LineNr"> 246 </span> <span id="L247" class="LineNr"> 247 </span>== data <span id="L248" class="LineNr"> 248 </span> -<span id="L249" class="LineNr"> 249 </span><span class="SpecialChar">Program</span>: <span class="subxComment"># (addr (handle function))</span> +<span id="L249" class="LineNr"> 249 </span><span class="SpecialChar">Program</span>: <span class="subxComment"># (ref (handle function))</span> <span id="L250" class="LineNr"> 250 </span> 0/imm32 <span id="L251" class="LineNr"> 251 </span> <span id="L252" class="LineNr"> 252 </span><span class="SpecialChar">Function-name</span>: @@ -3113,7 +3113,7 @@ if ('onhashchange' in window) { <span id="L3101" class="LineNr">3101 </span> 57/push-edi <span id="L3102" class="LineNr">3102 </span> <span class="subxComment"># edi = out</span> <span id="L3103" class="LineNr">3103 </span> 8b/-> *(ebp+8) 7/r32/edi -<span id="L3104" class="LineNr">3104 </span> <span class="subxComment"># var curr/ecx : (handle function) = Program</span> +<span id="L3104" class="LineNr">3104 </span> <span class="subxComment"># var curr/ecx : (handle function) = *Program</span> <span id="L3105" class="LineNr">3105 </span> 8b/-> *<span class="SpecialChar"><a href='mu.subx.html#L249'>Program</a></span> 1/r32/ecx <span id="L3106" class="LineNr">3106 </span> { <span id="L3107" class="LineNr">3107 </span> <span class="subxComment"># if (curr == null) break</span> |