From 95d09e12792cf5ececd32b8dc84f2cd090c496ef Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 22 Apr 2025 20:49:26 -0400 Subject: Remove the accessor object --- src/sim/wb.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sim/wb.cc') diff --git a/src/sim/wb.cc b/src/sim/wb.cc index 0348b51..55591b6 100644 --- a/src/sim/wb.cc +++ b/src/sim/wb.cc @@ -16,15 +16,12 @@ // along with this program. If not, see . #include "wb.h" -#include "accessor.h" #include "instrDTO.h" #include "response.h" #include "stage.h" #include #include -WB::WB(Stage *stage) : Stage(stage) { this->id = WRITE; } - void WB::advance_helper() { if (this->curr_instr->get_mnemonic() != NOP && -- cgit v1.2.3