mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1/perf/sched.c: overlook compiler warnings at your own peril, grrr ...
This commit is contained in:
@@ -535,6 +535,8 @@ static int issue(struct insn *insn, unsigned *code)
|
|||||||
if (insn->next_setter && !insn->next_setter->rmw)
|
if (insn->next_setter && !insn->next_setter->rmw)
|
||||||
unblock_after(insn->next_setter,
|
unblock_after(insn->next_setter,
|
||||||
end-insn->next_setter->latency);
|
end-insn->next_setter->latency);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user