mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-14 20:10:02 +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;
|
std::set<uint32_t> opcodes;
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
template <typename Executor>
|
template <InstructionSet::ARM::Model model, typename Executor>
|
||||||
struct HackyDebugger {
|
struct HackyDebugger {
|
||||||
void notify(uint32_t, uint32_t, Executor &) {}
|
void notify(uint32_t, uint32_t, Executor &) {}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user