summaryrefslogtreecommitdiff
path: root/inc/id.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-31 23:51:08 -0400
committerbd <bdunahu@operationnull.com>2025-03-31 23:51:08 -0400
commita4e0e5ff6208205f6ebd980f9ed1eca91dcc4311 (patch)
treeb9530876cabcb9041b925d795778237757bc797f /inc/id.h
parent2235e18ad81be4ed7097cd9cab93e35a990ec327 (diff)
parent574212dafcf1c4bdb7d5e6aaa577b74345988d67 (diff)
Merge remote-tracking branch 'origin/dev-sid' into bdunahu
Diffstat (limited to 'inc/id.h')
-rw-r--r--inc/id.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/id.h b/inc/id.h
index 3ff5063..ebbe290 100644
--- a/inc/id.h
+++ b/inc/id.h
@@ -64,8 +64,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);
+ void get_instr_fields(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m, Type &t);
void decode_R_type(signed int &s1, signed int &s2, signed int &s3);
void decode_I_type(signed int &s1, signed int &s2, signed int &s3);
void decode_J_type(signed int &s1, signed int &s2);