Removed non thread safe access to config.

This commit is contained in:
XMRig
2020-11-16 07:58:28 +07:00
parent ee677ef5c9
commit 926871cbe1
13 changed files with 24 additions and 27 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ size_t xmrig::OclWorker::intensity() const
}
void xmrig::OclWorker::start(xmrig::Config*)
void xmrig::OclWorker::start()
{
cl_uint results[0x100];