summary refs log tree commit diff
path: root/lisc/isel.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/isel.c')
-rw-r--r--lisc/isel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index 431bce9..c4d7dca 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -324,7 +324,7 @@ seljmp(Blk *b, Fn *fn)
 			return;
 		}
 	}
-	selcmp((Ref[2]){r, CON_Z}, 0, fn); /* fixme, add long branch if non-zero */
+	selcmp((Ref[2]){r, CON_Z}, 0, fn); /* todo, add long branch if non-zero */
 	b->jmp.type = JXJc + Cne;
 }