mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
Fix compilation on ARMv8 with GCC 9.3.0
This commit is contained in:
@@ -174,7 +174,8 @@ void xmrig::RxDataset::setRaw(const void *raw)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
memcpy(randomx_get_dataset_memory(m_dataset), raw, maxSize());
|
volatile size_t N = maxSize();
|
||||||
|
memcpy(randomx_get_dataset_memory(m_dataset), raw, N);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user