Fixed macOS build and compile warning.
This commit is contained in:
parent
631a8ca802
commit
2c8d8ee2ab
2 changed files with 3 additions and 2 deletions
|
@ -68,11 +68,12 @@
|
|||
namespace xmrig {
|
||||
|
||||
|
||||
#ifdef XMRIG_OS_LINUX
|
||||
static inline int hugePagesFlag(size_t size)
|
||||
{
|
||||
return (static_cast<int>(log2(size)) & MAP_HUGE_MASK) << MAP_HUGE_SHIFT;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue