diff options
Diffstat (limited to 'src/sim/stage.cc')
-rw-r--r-- | src/sim/stage.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/stage.cc b/src/sim/stage.cc index b7926fd..7df1dba 100644 --- a/src/sim/stage.cc +++ b/src/sim/stage.cc @@ -38,7 +38,6 @@ InstrDTO *Stage::advance(Response p) } if (this->status == OK && p == WAIT && this->curr_instr) { // mutual consent - this->curr_instr->set_time_of(this->id, this->clock_cycle); r = new InstrDTO(*this->curr_instr); delete curr_instr; curr_instr = nullptr; |