Эх сурвалжийг харах

Fixed non-x86 compilation

tevador 7 жил өмнө
parent
commit
e758c1e2b2

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