mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-12 13:55:19 +00:00
Fixed 32-bit compilation
This commit is contained in:
parent
1e2e247789
commit
e1b8f52e59
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ namespace randomx {
|
||||||
JitCompilerFallback() {
|
JitCompilerFallback() {
|
||||||
throw std::runtime_error("JIT compilation is not supported on this platform");
|
throw std::runtime_error("JIT compilation is not supported on this platform");
|
||||||
}
|
}
|
||||||
|
void prepare() {}
|
||||||
void generateProgram(Program&, ProgramConfiguration&, uint32_t) {
|
void generateProgram(Program&, ProgramConfiguration&, uint32_t) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue