diff options
Diffstat (limited to 'src/sim/mm.cc')
-rw-r--r-- | src/sim/mm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/mm.cc b/src/sim/mm.cc index e29bf90..c83ae7d 100644 --- a/src/sim/mm.cc +++ b/src/sim/mm.cc @@ -10,7 +10,6 @@ void MM::advance_helper() { signed int data; - std::cout << "mem" << this->curr_instr->get_s2() << std::endl; switch (this->curr_instr->get_mnemonic()) { case LOAD: this->status = this->storage->read_word( |