diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-03-30 21:30:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-30 21:30:17 -0400 |
commit | 52e1ca72925444b8e5a9bb5b240a4063a4d7b958 (patch) | |
tree | bfd8e383eedbd40f5c9067e04734f62ed6ccab23 /inc/ex.h | |
parent | 12a9e93f913c0057f2ef32f5894931c8b4bd3a85 (diff) | |
parent | 6a15f66bef28de9e1b982c3adda4d9b75c818852 (diff) |
Merge pull request #42 from bdunahu/bdunahu
Add tests for EX, rest of (non-vector) instructions
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; }; |