summaryrefslogtreecommitdiff
path: root/src/if.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
commit263a5d86e0b1acde39523bdd9a49521752255c72 (patch)
tree9267d91cf1624a9fc092d5f2f5ddc05cc2716129 /src/if.cc
parent302bbdc7ac18cd355f9f081cae202f5434427262 (diff)
Remove 'type' field out of InstrDTO
Diffstat (limited to 'src/if.cc')
-rw-r--r--src/if.cc1
1 files changed, 0 insertions, 1 deletions
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;