mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Fix non-debug build.
This commit is contained in:
@@ -313,7 +313,7 @@ private:
|
||||
std::set<uint32_t> opcodes;
|
||||
};
|
||||
#else
|
||||
template <typename Executor>
|
||||
template <InstructionSet::ARM::Model model, typename Executor>
|
||||
struct HackyDebugger {
|
||||
void notify(uint32_t, uint32_t, Executor &) {}
|
||||
};
|
||||
|
Reference in New Issue
Block a user