From e1b8f52e5925ff605c9552aa21cb99bd31a4f058 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Fri, 21 Feb 2020 16:08:23 +0100 Subject: [PATCH] Fixed 32-bit compilation --- src/crypto/randomx/jit_compiler_fallback.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/randomx/jit_compiler_fallback.hpp b/src/crypto/randomx/jit_compiler_fallback.hpp index 063ae5219..225076637 100644 --- a/src/crypto/randomx/jit_compiler_fallback.hpp +++ b/src/crypto/randomx/jit_compiler_fallback.hpp @@ -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) { }