1686,1691c1686
<
< bool is_thread_active =
< cpu.getContext(tid)->status() == ThreadContext::Active;
< bool can_commit_insts = !ex_info.inFlightInsts->empty() &&
< is_thread_active;
<
---
> bool can_commit_insts = !ex_info.inFlightInsts->empty();
1757,1758c1752
< if (cpu.getContext(tid)->status() == ThreadContext::Active &&
< getInput(tid)) {
---
> if (getInput(tid)) {