mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 10:45:06 +00:00
commit
12081e4f5b
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ namespace randomx {
|
|||
JitCompilerFallback() {
|
||||
throw std::runtime_error("JIT compilation is not supported on this platform");
|
||||
}
|
||||
void prepare() {}
|
||||
void generateProgram(Program&, ProgramConfiguration&, uint32_t) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue