1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-15 02:52:38 -05:00

Fixed secure JIT on Linux and code cleanup.

This commit is contained in:
XMRig
2020-12-12 19:18:47 +07:00
parent 497863441a
commit 775867fc3e
8 changed files with 62 additions and 54 deletions

View File

@@ -74,6 +74,5 @@ namespace randomx {
}
void enableWriting() {}
void enableExecution() {}
void enableAll() {}
};
}