summaryrefslogtreecommitdiff
path: root/inc/instr.h
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-03-30 19:34:17 -0400
committerGitHub <noreply@github.com>2025-03-30 19:34:17 -0400
commit12a9e93f913c0057f2ef32f5894931c8b4bd3a85 (patch)
tree88669ed2be55b4f455ef4ac56263a01dd5f70a40 /inc/instr.h
parenteedf9686eb60f2008e7766cc9a5d3e037b9dae64 (diff)
parent36dabe6183af98b2e3f6d0316436dc3affc3d986 (diff)
Merge pull request #41 from bdunahu/bdunahu
Add mock stage, proper decode tests changes look good
Diffstat (limited to 'inc/instr.h')
-rw-r--r--inc/instr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/instr.h b/inc/instr.h
index 08b4fd0..7fbb42b 100644
--- a/inc/instr.h
+++ b/inc/instr.h
@@ -49,7 +49,6 @@ namespace instr
{
// clang-format off
extern const std::unordered_map<unsigned int, Mnemonic> mnemonic_map;
- extern const std::unordered_map<Mnemonic, std::function<void(signed int &s1, signed int &s2, signed int &s3)>> instr_map;
// clang-format on
} // namespace instr