From fff669e54a5e10ce42ffa6b3e3d85d8081782813 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 17 Sep 2015 21:24:46 -0400 Subject: this fixme was really more a todo --- lisc/isel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisc') 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; } -- cgit 1.4.1