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