diff options
Diffstat (limited to 'cpu/ozone/inorder_back_end_impl.hh')
-rw-r--r-- | cpu/ozone/inorder_back_end_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/inorder_back_end_impl.hh b/cpu/ozone/inorder_back_end_impl.hh index 5a378ec76..cc92ec92f 100644 --- a/cpu/ozone/inorder_back_end_impl.hh +++ b/cpu/ozone/inorder_back_end_impl.hh @@ -257,7 +257,7 @@ InorderBackEnd<Impl>::executeInsts() } inst->setExecuted(); - inst->setCompleted(); + inst->setResultReady(); inst->setCanCommit(); instList.pop_front(); |