diff options
Diffstat (limited to 'src/sim/instrDTO.cc')
-rw-r--r-- | src/sim/instrDTO.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/instrDTO.cc b/src/sim/instrDTO.cc index 28364b7..7324ba9 100644 --- a/src/sim/instrDTO.cc +++ b/src/sim/instrDTO.cc @@ -7,7 +7,7 @@ InstrDTO::InstrDTO() this->s1 = 0; this->s2 = 0; this->s3 = 0; - this->mnemonic = NOP; + this->mnemonic = ADD; this->type = INV; } |