Commit ba194a11 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

i40e_bm: hack to keep working without devctrl support in gem5

parent e5527b03
......@@ -708,7 +708,7 @@ void i40e_bm::timed_event(nicbm::TimedEvent &ev)
} else if (iev.vector > 0) {
log << "timed_event: MSI-X disabled, but vector != 0" << logger::endl;
abort();
} else if (int_msi_en) {
} else {
runner->msi_issue(0);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment