mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1/perf/: a bunch of bug fixes all over the place
This commit is contained in:
@@ -360,7 +360,7 @@ static void init_scheduler(struct fpvm_fragment *frag)
|
||||
list_init(&insn->dependants);
|
||||
switch (insn->arity) {
|
||||
case 3:
|
||||
add_data_ref(insn, &insn->opb, FPVM_REG_IFB);
|
||||
add_data_ref(insn, &insn->cond, FPVM_REG_IFB);
|
||||
/* fall through */
|
||||
case 2:
|
||||
add_data_ref(insn, &insn->opb, frag->code[i].opb);
|
||||
|
||||
Reference in New Issue
Block a user