diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-31 20:51:20 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-31 20:51:20 -0400 |
commit | 574212dafcf1c4bdb7d5e6aaa577b74345988d67 (patch) | |
tree | 6132673f5aa85f2488d6f7de77fb33538b7320d3 /src/sim/instrDTO.cc | |
parent | 598da346f59503442ba0b4badfd9ac8b58af4a89 (diff) |
CR Comments
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..b33c26b 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 = NONE; this->type = INV; } |