# Node ID d5f452edcf9c3984458599d535edd3248ded2051 # Parent 415c1528e323445e9263c0228bc658edabfb64dd diff --git a/src/cpu/o3/inst_queue_impl.hh b/src/cpu/o3/inst_queue_impl.hh --- a/src/cpu/o3/inst_queue_impl.hh +++ b/src/cpu/o3/inst_queue_impl.hh @@ -1164,10 +1164,7 @@ // time buffer. squashedSeqNum[tid] = fromCommit->commitInfo[tid].doneSeqNum; - // Call doSquash if there are insts in the IQ - if (count[tid] > 0) { - doSquash(tid); - } + doSquash(tid); // Also tell the memory dependence unit to squash. memDepUnit[tid].squash(squashedSeqNum[tid], tid);