summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/ex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/ex.h b/inc/ex.h
index cc8062b..6d4254e 100644
--- a/inc/ex.h
+++ b/inc/ex.h
@@ -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;
};