diff options
author | bd <bdunahu@operationnull.com> | 2025-03-30 21:11:30 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-30 21:11:30 -0400 |
commit | 6a15f66bef28de9e1b982c3adda4d9b75c818852 (patch) | |
tree | b326e6bcc3b92888bc84eaac93ca182dbba73843 /inc/ex.h | |
parent | 4e0d121beed51c75221ef883e0fd7ec7b0ec24f2 (diff) |
Ensure type-I instruction could use S3 as displacement
Diffstat (limited to 'inc/ex.h')
-rw-r--r-- | inc/ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ class EX : public Stage */ std::unordered_map< Mnemonic, - std::function<void(signed int &s1, signed int s2)>> + std::function<void(signed int &s1, signed int s2, signed int s3)>> instr_map; }; |