Fixed ARM compilation
This commit is contained in:
parent
c2bdae70fe
commit
166c011d37
2 changed files with 9 additions and 4 deletions
|
@ -46,7 +46,7 @@ namespace randomx {
|
|||
|
||||
class JitCompilerA64 {
|
||||
public:
|
||||
explicit JitCompilerA64(bool);
|
||||
explicit JitCompilerA64(bool hugePagesEnable);
|
||||
~JitCompilerA64();
|
||||
|
||||
void prepare() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue