about summary refs log tree commit diff stats
path: root/html/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-29 05:53:13 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-29 05:53:13 -0800
commitaf326d9e399f3834a81284f61dde2f0caaf6dd15 (patch)
tree89f60bf88a20ba1e61d04f47ff0b3b13f0fc9d81 /html/apps
parentc51f590273908d3fa314387b6e0dd605a669246d (diff)
downloadmu-af326d9e399f3834a81284f61dde2f0caaf6dd15.tar.gz
6070
Diffstat (limited to 'html/apps')
-rw-r--r--html/apps/mu.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html
index bb220441..af0154e9 100644
--- a/html/apps/mu.subx.html
+++ b/html/apps/mu.subx.html
@@ -8091,7 +8091,7 @@ if ('onhashchange' in window) {
 <span id="L8367" class="LineNr">8367 </span>    <span class="subxComment"># return alit == blit</span>
 <span id="L8368" class="LineNr">8368 </span>    39/compare %eax 1/r32/ecx
 <span id="L8369" class="LineNr">8369 </span>    74/jump-if-= $subx-type-equal?:true/disp8
-<span id="L8370" class="LineNr">8370 </span><span class="Constant">$subx-type-equal?:false</span>:
+<span id="L8370" class="LineNr">8370 </span><span class="Constant">$subx-type-equal?:false</span>:  <span class="subxComment"># TODO: replace with setcc</span>
 <span id="L8371" class="LineNr">8371 </span>    b8/copy-to-eax 0/imm32/false
 <span id="L8372" class="LineNr">8372 </span>    eb/jump $subx-type-equal?:end/disp8
 <span id="L8373" class="LineNr">8373 </span><span class="Constant">$subx-type-equal?:true</span>: