mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed non-x86 compilation
This commit is contained in:
parent
270a4f97fe
commit
e758c1e2b2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace randomx {
|
|||
|
||||
}
|
||||
|
||||
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg) {
|
||||
void JitCompilerX86::generateProgramLight(Program& p, ProgramConfiguration& pcfg, uint32_t datasetOffset) {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue