diff options
author | bd <bdunahu@operationnull.com> | 2025-04-22 23:55:32 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-22 23:55:32 -0400 |
commit | 263a5d86e0b1acde39523bdd9a49521752255c72 (patch) | |
tree | 9267d91cf1624a9fc092d5f2f5ddc05cc2716129 /src/if.cc | |
parent | 302bbdc7ac18cd355f9f081cae202f5434427262 (diff) |
Remove 'type' field out of InstrDTO
Diffstat (limited to 'src/if.cc')
-rw-r--r-- | src/if.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |