From 6557e7e623140871968776429d241570002a65f5 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Mar 2025 12:33:25 -0400 Subject: Setting condition code register, overflow guard --- inc/instr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/instr.h') 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 mnemonic_map; - extern const std::unordered_map> instr_map; // clang-format on } // namespace instr -- cgit v1.2.3