this fixme was really more a todo

This commit is contained in:
Quentin Carbonneaux 2015-09-17 21:24:46 -04:00
parent 10b6fe1de7
commit fff669e54a

View file

@ -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;
}