diff options
| author | bd <bdunahu@operationnull.com> | 2025-03-29 17:11:17 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-03-29 17:11:17 -0400 |
| commit | d21a1a9caa1f1791343a5376121936e552b1124c (patch) | |
| tree | df28c01f6d01603e5408bc1b1b111a66adafbff7 /src/sim/instrDTO.cc | |
| parent | ac0ae7206491a42cdba70560b0db41cfc8c7f642 (diff) | |
Fetch stage properly holds objects until parent is ready
Diffstat (limited to 'src/sim/instrDTO.cc')
| -rw-r--r-- | src/sim/instrDTO.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/instrDTO.cc b/src/sim/instrDTO.cc index 7418033..5a7fe3b 100644 --- a/src/sim/instrDTO.cc +++ b/src/sim/instrDTO.cc @@ -7,6 +7,7 @@ InstrDTO::InstrDTO() this->s1 = 0; this->s2 = 0; this->s3 = 0; + this->mnemonic = NOP; } int InstrDTO::get_time_of(Accessor a) { return this->hist[a]; } |
