summaryrefslogtreecommitdiff
path: root/src/sim/ex.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 20:49:26 -0400
commit95d09e12792cf5ececd32b8dc84f2cd090c496ef (patch)
tree8660a5fba2e60df5d34712383d727ad46809307d /src/sim/ex.cc
parent1bbc5b157e16dae032b5e44a7dcf009766eb9ca5 (diff)
Remove the accessor object
Diffstat (limited to 'src/sim/ex.cc')
-rw-r--r--src/sim/ex.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/ex.cc b/src/sim/ex.cc
index d345ecf..117002c 100644
--- a/src/sim/ex.cc
+++ b/src/sim/ex.cc
@@ -16,7 +16,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "ex.h"
-#include "accessor.h"
#include "instrDTO.h"
#include "pipe_spec.h"
#include "response.h"
@@ -32,7 +31,6 @@
EX::EX(Stage *stage) : Stage(stage)
{
- this->id = EXEC;
instr_map = {
/* R type instructions */