1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Code style cleanup.

This commit is contained in:
XMRig
2019-12-28 01:45:54 +07:00
parent 6ceb4dfc4f
commit f00769f758
6 changed files with 27 additions and 26 deletions

View File

@@ -74,7 +74,7 @@ bool xmrig::Rx::init(const Job &job, const RxConfig &config, const CpuConfig &cp
if (!osInitialized) {
msrInit(config);
SetupMainLoopExceptionFrame();
setupMainLoopExceptionFrame();
osInitialized = true;
}
@@ -132,4 +132,8 @@ void xmrig::Rx::msrDestroy()
#endif
#ifndef XMRIG_FIX_RYZEN
void xmrig::Rx::setupMainLoopExceptionFrame()
{
}
#endif