From 68324683cde10c636a4a602644f3e64d24b0e412 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 1 Apr 2025 20:36:31 -0400 Subject: Lots of fixes and tests --- inc/ex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/ex.h') diff --git a/inc/ex.h b/inc/ex.h index 6d4254e..e4c9d2b 100644 --- a/inc/ex.h +++ b/inc/ex.h @@ -25,7 +25,7 @@ class EX : public Stage */ std::unordered_map< Mnemonic, - std::function> + std::function> instr_map; }; -- cgit v1.2.3