1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00

Fixed 32-bit compilation

This commit is contained in:
SChernykh
2020-02-21 16:08:23 +01:00
parent 1e2e247789
commit e1b8f52e59

View File

@@ -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) {
}