mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 14:17:33 -05:00
Fixed non-x86 compilation
This commit is contained in:
@@ -37,7 +37,7 @@ namespace randomx {
|
||||
|
||||
}
|
||||
|
||||
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) {
|
||||
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user