diff options
author | bd <bdunahu@operationnull.com> | 2025-04-17 15:30:26 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-17 15:30:26 -0400 |
commit | 2c94ea91b1c5a0d7c0ebb0ab229950f7c849909a (patch) | |
tree | c1fe016db8127633f9d14aac696ef9040967228d /inc/id.h | |
parent | 430986b4b1ee1013db070991ce289176f48fa8e8 (diff) |
The pipeline says some things and there are numbers
Diffstat (limited to 'inc/id.h')
-rw-r--r-- | inc/id.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ class ID : public Stage 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, 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); + void decode_J_type(signed int &s1, signed int &s2, signed int &s3, Mnemonic &m); /** * Helper for `get_instr_fields`. * Given a raw instruction, returns the mnemonic and type. |