summaryrefslogtreecommitdiff
path: root/src/sim/stage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/stage.cc')
-rw-r--r--src/sim/stage.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sim/stage.cc b/src/sim/stage.cc
index 35c6936..b7be595 100644
--- a/src/sim/stage.cc
+++ b/src/sim/stage.cc
@@ -45,12 +45,6 @@ InstrDTO *Stage::advance(Response p)
InstrDTO *s = nullptr;
Response n;
- // std::cout << "advance: " << this->id << ": " << this->curr_instr << "?: "
- // << p << ": " << this->checked_out.size() << ": "; if (curr_instr)
- // std::cout << curr_instr->get_mnemonic();
- // for (long unsigned int i = 0; i < this->checked_out.size(); ++i)
- // std::cout << this->checked_out[i] << " ";
- // std::cout << std::endl;
if (this->curr_instr && this->curr_instr->is_squashed() == 1)
this->status = OK;
if (this->curr_instr && this->status != OK) {