From 263a5d86e0b1acde39523bdd9a49521752255c72 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 22 Apr 2025 23:55:32 -0400 Subject: Remove 'type' field out of InstrDTO --- src/if.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/if.cc') diff --git a/src/if.cc b/src/if.cc index fd795c7..62a105c 100644 --- a/src/if.cc +++ b/src/if.cc @@ -59,7 +59,6 @@ void IF::advance_helper() this->curr_instr = new InstrDTO(); this->curr_instr->slot_A = bits; this->curr_instr->slot_B = this->pc; - this->curr_instr->type = INV; this->curr_instr->is_squashed = 0; this->curr_instr->checked_out = -1; this->curr_instr->mnemonic = ADD; -- cgit v1.2.3