317,319c317
< if (cpu.getContext(tid)->status() == ThreadContext::Active &&
< getInput(tid) &&
< !decodeInfo[tid].blocked) {
---
> if (getInput(tid) && !decodeInfo[tid].blocked) {