1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 13:42:54 -05:00

Fix build.

This commit is contained in:
XMRig
2019-12-28 02:00:08 +07:00
parent f00769f758
commit ac4086b273
2 changed files with 3 additions and 2 deletions

View File

@@ -65,10 +65,9 @@ public:
private:
static void msrInit(const RxConfig &config);
static void msrDestroy();
# ifdef XMRIG_FIX_RYZEN
static void setupMainLoopExceptionFrame();
# ifdef XMRIG_FIX_RYZEN
static thread_local std::pair<const void*, const void*> m_mainLoopBounds;
# endif
};