mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Fix non-debug build.
This commit is contained in:
parent
cc122a7a68
commit
914b88d115
@ -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 &) {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user