diff options
author | bd <bdunahu@operationnull.com> | 2025-04-24 19:33:06 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-24 19:33:06 -0400 |
commit | 9ef2928aefd0983c7b3b04023c0b958b86dd77ff (patch) | |
tree | 634f979e70fb5a185e11eb129c5779cedb082da5 | |
parent | 8e33ba4499bced747f66ed436211876d220342d6 (diff) |
Fix presumed bug with illegal types
-rw-r--r-- | src/id.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ void ID::get_instr_fields( this->decode_J_type(s1, s2, s3, m); break; case 0b11: + m = NOP; this->status = OK; } } |