Fixed non-x86 compilation

1.1.6-wow
tevador 5 years ago
parent 270a4f97fe
commit e758c1e2b2

@ -37,7 +37,7 @@ namespace randomx {
}
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) {
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) {
}

Loading…
Cancel
Save