mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +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