about summary refs log tree commit diff stats
path: root/html/apps/tile/environment.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-05 17:07:26 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-05 17:07:26 -0800
commitf12ea75a76f3a064ffde4ec6a80aacb3597ed733 (patch)
tree896e6d2e72381343827f0b22ce3c6b0caf64a757 /html/apps/tile/environment.mu.html
parentd496dd0bbce5dba0401576ebdda7fc98427f26bd (diff)
downloadmu-f12ea75a76f3a064ffde4ec6a80aacb3597ed733.tar.gz
7187
Diffstat (limited to 'html/apps/tile/environment.mu.html')
-rw-r--r--html/apps/tile/environment.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tile/environment.mu.html b/html/apps/tile/environment.mu.html
index de35e39e..e11ef11a 100644
--- a/html/apps/tile/environment.mu.html
+++ b/html/apps/tile/environment.mu.html
@@ -874,7 +874,7 @@ if ('onhashchange' in window) {
 <span id="L814" class="LineNr"> 814 </span><span class="Delimiter">}</span>
 <span id="L815" class="LineNr"> 815 </span>
 <span id="L816" class="LineNr"> 816 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L816'>arg-exists?</a></span> _f-ah: (addr handle function), arg: (addr word)<span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: boolean <span class="Delimiter">{</span>
-<span id="L817" class="LineNr"> 817 </span>  <span class="PreProc">var</span> f-ah/<span class="Constant">eax</span>: (addr handle function) <span class="SpecialChar">&lt;-</span> copy *_f-ah
+<span id="L817" class="LineNr"> 817 </span>  <span class="PreProc">var</span> f-ah/<span class="Constant">eax</span>: (addr handle function) <span class="SpecialChar">&lt;-</span> copy _f-ah
 <span id="L818" class="LineNr"> 818 </span>  <span class="PreProc">var</span> f/<span class="Constant">eax</span>: (addr function) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *f-ah
 <span id="L819" class="LineNr"> 819 </span>  <span class="PreProc">var</span> args-ah/<span class="Constant">eax</span>: (addr handle word) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> f, args
 <span id="L820" class="LineNr"> 820 </span>  <span class="PreProc">var</span> result/<span class="Constant">ebx</span>: boolean <span class="SpecialChar">&lt;-</span> word-exists? args-ah, arg