this fixme was really more a todo
This commit is contained in:
parent
10b6fe1de7
commit
fff669e54a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue