diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-05 17:07:26 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-05 17:07:26 -0800 |
commit | f12ea75a76f3a064ffde4ec6a80aacb3597ed733 (patch) | |
tree | 896e6d2e72381343827f0b22ce3c6b0caf64a757 /html/apps/tile/word.mu.html | |
parent | d496dd0bbce5dba0401576ebdda7fc98427f26bd (diff) | |
download | mu-f12ea75a76f3a064ffde4ec6a80aacb3597ed733.tar.gz |
7187
Diffstat (limited to 'html/apps/tile/word.mu.html')
-rw-r--r-- | html/apps/tile/word.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/tile/word.mu.html b/html/apps/tile/word.mu.html index 61f935da..3c66be45 100644 --- a/html/apps/tile/word.mu.html +++ b/html/apps/tile/word.mu.html @@ -582,7 +582,7 @@ if ('onhashchange' in window) { <span id="L523" class="LineNr">523 </span> <span id="L524" class="LineNr">524 </span><span class="muComment"># ABSOLUTELY GHASTLY</span> <span id="L525" class="LineNr">525 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='word.mu.html#L525'>word-exists?</a></span> _haystack-ah: (addr handle word), _needle: (addr word)<span class="PreProc"> -> </span>_/<span class="Constant">ebx</span>: boolean <span class="Delimiter">{</span> -<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> needle-name-storage: (handle addr byte) +<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> needle-name-storage: (handle array byte) <span id="L527" class="LineNr">527 </span> <span class="PreProc">var</span> needle-name-ah/<span class="Constant">eax</span>: (addr handle array byte) <span class="SpecialChar"><-</span> address needle-name-storage <span id="L528" class="LineNr">528 </span> <a href='word.mu.html#L509'>word-to-string</a> _needle, needle-name-ah <span class="muComment"># profligate leak</span> <span id="L529" class="LineNr">529 </span> <span class="PreProc">var</span> _needle-name/<span class="Constant">eax</span>: (addr array byte) <span class="SpecialChar"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *needle-name-ah @@ -596,7 +596,7 @@ if ('onhashchange' in window) { <span id="L537" class="LineNr">537 </span> <span class="PreProc">return</span> <span class="Constant">0</span> <span class="muComment"># false</span> <span id="L538" class="LineNr">538 </span> <span class="Delimiter">}</span> <span id="L539" class="LineNr">539 </span> <span class="muComment"># check curr</span> -<span id="L540" class="LineNr">540 </span> <span class="PreProc">var</span> curr-name-storage: (handle addr byte) +<span id="L540" class="LineNr">540 </span> <span class="PreProc">var</span> curr-name-storage: (handle array byte) <span id="L541" class="LineNr">541 </span> <span class="PreProc">var</span> curr-name-ah/<span class="Constant">ecx</span>: (addr handle array byte) <span class="SpecialChar"><-</span> address curr-name-storage <span id="L542" class="LineNr">542 </span> <a href='word.mu.html#L509'>word-to-string</a> curr, curr-name-ah <span class="muComment"># profligate leak</span> <span id="L543" class="LineNr">543 </span> <span class="PreProc">var</span> curr-name/<span class="Constant">eax</span>: (addr array byte) <span class="SpecialChar"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *curr-name-ah |