diff options
author | bd <bdunahu@operationnull.com> | 2025-04-22 23:55:32 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-22 23:55:32 -0400 |
commit | 263a5d86e0b1acde39523bdd9a49521752255c72 (patch) | |
tree | 9267d91cf1624a9fc092d5f2f5ddc05cc2716129 /inc/id.h | |
parent | 302bbdc7ac18cd355f9f081cae202f5434427262 (diff) |
Remove 'type' field out of InstrDTO
Diffstat (limited to 'inc/id.h')
-rw-r--r-- | inc/id.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |