summaryrefslogtreecommitdiff
path: root/cpu/ozone/back_end_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/back_end_impl.hh')
-rw-r--r--cpu/ozone/back_end_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/back_end_impl.hh b/cpu/ozone/back_end_impl.hh
index 0b0f04f59..36770d65c 100644
--- a/cpu/ozone/back_end_impl.hh
+++ b/cpu/ozone/back_end_impl.hh
@@ -1385,7 +1385,7 @@ BackEnd<Impl>::writebackInsts()
inst->seqNum, inst->readPC());
inst->setCanCommit();
- inst->setCompleted();
+ inst->setResultReady();
if (inst->isExecuted()) {
int dependents = IQ.wakeDependents(inst);