Fixed 32-bit compilation

This commit is contained in:
SChernykh
2020-02-21 16:08:23 +01:00
parent e030bc8aa6
commit 6f66a0375f

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