about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-03 20:23:39 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-03 20:23:39 -0800
commitc623ff2975bcb5ac866e03c0246dcf87e85f4e3d (patch)
tree2ba03993ad2152d07ec74e7b205465247a4796b6 /apps
parent71d21ae66294bb314acde0e5f0add186bf0de196 (diff)
downloadmu-c623ff2975bcb5ac866e03c0246dcf87e85f4e3d.tar.gz
7171
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 82239672..ee2ecc52 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -16385,7 +16385,7 @@ check-mu-return-stmt:  # stmt: (addr stmt), fn: (addr function), err: (addr buff
       #
       e9/jump loop/disp32
     }
-    # TODO: if curr is not null, abort
+    # if curr is not null, abort
     81 7/subop/compare %edi 0/imm32
     0f 85/jump-if-!= $check-mu-return-stmt:error-too-many-inouts/disp32
 $check-mu-return-stmt:end: