about summary refs log tree commit diff stats
path: root/apps/mu.subx
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 /apps/mu.subx
parentc51f590273908d3fa314387b6e0dd605a669246d (diff)
downloadmu-af326d9e399f3834a81284f61dde2f0caaf6dd15.tar.gz
6070
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index c65bac17..2756a0d1 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -8367,7 +8367,7 @@ subx-type-equal?:  # a: (handle tree type-id), b: (handle tree type-id) -> resul
     # return alit == blit
     39/compare %eax 1/r32/ecx
     74/jump-if-= $subx-type-equal?:true/disp8
-$subx-type-equal?:false:
+$subx-type-equal?:false:  # TODO: replace with setcc
     b8/copy-to-eax 0/imm32/false
     eb/jump $subx-type-equal?:end/disp8
 $subx-type-equal?:true: