diff options
author | bd <bdunahu@operationnull.com> | 2025-04-01 15:57:14 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-01 15:57:14 -0400 |
commit | 25ce77db5f0dbfe6064eb0553591f1b956bad24a (patch) | |
tree | 5a1c347f05f14496d2d3a2f1befd88be9020cad3 /src/sim/mm.cc | |
parent | 6579f7272905d1e25b43ef051da6c2180e60ca2b (diff) |
Fix a lot of pipeline bugs
Diffstat (limited to 'src/sim/mm.cc')
-rw-r--r-- | src/sim/mm.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/mm.cc b/src/sim/mm.cc index c83ae7d..e29bf90 100644 --- a/src/sim/mm.cc +++ b/src/sim/mm.cc @@ -10,6 +10,7 @@ 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( |