mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 15:58:53 +00:00
Fix JIT fallback
This commit is contained in:
parent
d99af8c51e
commit
f1ff014bca
@ -69,5 +69,8 @@ namespace randomx {
|
|||||||
size_t getCodeSize() {
|
size_t getCodeSize() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
void enableWriting() {}
|
||||||
|
void enableExecution() {}
|
||||||
|
void enableAll() {}
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -69,5 +69,8 @@ namespace randomx {
|
|||||||
size_t getCodeSize() {
|
size_t getCodeSize() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
void enableWriting() {}
|
||||||
|
void enableExecution() {}
|
||||||
|
void enableAll() {}
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user