summaryrefslogtreecommitdiff
path: root/inc/id.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
commit263a5d86e0b1acde39523bdd9a49521752255c72 (patch)
tree9267d91cf1624a9fc092d5f2f5ddc05cc2716129 /inc/id.h
parent302bbdc7ac18cd355f9f081cae202f5434427262 (diff)
Remove 'type' field out of InstrDTO
Diffstat (limited to 'inc/id.h')
-rw-r--r--inc/id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/id.h b/inc/id.h
index dabf206..39485b6 100644
--- a/inc/id.h
+++ b/inc/id.h
@@ -78,7 +78,7 @@ class ID : public Stage
* @param the resulting third field, which varies per type.
* @param the resulting mnemonic.
*/
- void get_instr_fields(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m, Type &t);
+ void get_instr_fields(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m);
void decode_R_type(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m);
void decode_I_type(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m);
void decode_J_type(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m);