HWLOCK fix 2
This commit is contained in:
parent
93690985f4
commit
6df49a9c6b
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ xmrig::RxDataset *xmrig::Rx::dataset(const Job &job, uint32_t nodeId)
|
|||
#ifdef XMRIG_FEATURE_HWLOC
|
||||
return d_ptr->datasets.at(d_ptr->isNUMA() ? (d_ptr->datasets.count(nodeId) ? nodeId : HwlocCpuInfo::nodeIndexes().front()) : 0);
|
||||
#else
|
||||
return 0;
|
||||
return d_ptr->datasets.at(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue