فهرست منبع

Fixed non-x86 compilation

tevador 7 سال پیش
والد
کامیت
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) {
 
 	}