From 6a15f66bef28de9e1b982c3adda4d9b75c818852 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Mar 2025 21:11:30 -0400 Subject: Ensure type-I instruction could use S3 as displacement --- 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 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> + std::function> instr_map; }; -- cgit v1.2.3