We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270a4f9 commit e758c1eCopy full SHA for e758c1e
src/jit_compiler_x86.cpp
@@ -37,7 +37,7 @@ namespace randomx {
37
38
}
39
40
- void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) {
+ void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) {
41
42
43
0 commit comments