From e758c1e2b207ed12154d76bb304655d53e7e9002 Mon Sep 17 00:00:00 2001 From: tevador Date: Fri, 26 Apr 2019 21:05:41 +0200 Subject: [PATCH] Fixed non-x86 compilation --- src/jit_compiler_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit_compiler_x86.cpp b/src/jit_compiler_x86.cpp index 1e295bd..112aaf6 100644 --- a/src/jit_compiler_x86.cpp +++ b/src/jit_compiler_x86.cpp @@ -37,7 +37,7 @@ namespace randomx { } - void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) { + void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) { }