tevador 7 лет назад
Родитель
Сommit
e758c1e2b2
1 измененных файлов с 1 добавлено и 1 удалено
  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) {
 
 	}