summaryrefslogtreecommitdiff
path: root/src/if.cc
diff options
context:
space:
mode:
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;