about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 02:17:53 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 02:17:53 -0800
commit68071dca1e26e6100c288b69af4fea375754e2b1 (patch)
treebee8f5dcf6c3923cdeabeaa18ecad5bebcae16fa /html
parent7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (diff)
downloadmu-68071dca1e26e6100c288b69af4fea375754e2b1.tar.gz
5877
Diffstat (limited to 'html')
-rw-r--r--html/apps/mu.subx.html4
1 files changed, 2 insertions, 2 deletions
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/-&gt; *(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/-&gt; *<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>