From 430986b4b1ee1013db070991ce289176f48fa8e8 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 17 Apr 2025 02:23:37 -0400 Subject: Swap the source and destination registers for LOAD, final fix --- src/sim/wb.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/wb.cc b/src/sim/wb.cc index 3fa7dd3..4e6b2b0 100644 --- a/src/sim/wb.cc +++ b/src/sim/wb.cc @@ -30,7 +30,6 @@ void WB::write_handler() this->checked_out.pop_front(); reg = this->curr_instr->get_checked_out(); - std::cout << "checked in: " << reg << std::endl; this->store_register(reg, this->curr_instr->get_s1()); } -- cgit v1.2.3