Przeglądaj źródła

Fixed non-x86 compilation

tevador 7 lat temu
rodzic
commit
e758c1e2b2
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {
 
 	}