mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-11 05:14:40 +00:00
Probably fix OS X support.
This commit is contained in:
parent
a96782218f
commit
6ed2d61586
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ void Cpu::init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Cpu::setAffinity(int id, unsigned long mask)
|
void Cpu::setAffinity(int id, uint64_t mask)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue