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/id.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sim/id.cc') diff --git a/src/sim/id.cc b/src/sim/id.cc index cdbaba9..b2bc0e5 100644 --- a/src/sim/id.cc +++ b/src/sim/id.cc @@ -16,14 +16,13 @@ // along with this program. If not, see . #include "id.h" -#include "accessor.h" #include "instr.h" #include "instrDTO.h" #include "logger.h" #include "response.h" #include "stage.h" -ID::ID(Stage *stage) : Stage(stage) { this->id = DCDE; } +ID::ID(Stage *stage) : Stage(stage) { } void ID::split_instr(signed int &raw, unsigned int &type, Mnemonic &m) { -- cgit v1.2.3