Skip to content

Commit e758c1e

Browse files
committed
Fixed non-x86 compilation
1 parent 270a4f9 commit e758c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit_compiler_x86.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace randomx {
3737

3838
}
3939

40-
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) {
40+
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) {
4141

4242
}
4343

0 commit comments

Comments
 (0)