Explorar el Código

Fixed non-x86 compilation

tevador hace 7 años
padre
commit
e758c1e2b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/jit_compiler_x86.cpp

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