Fix build.
This commit is contained in:
parent
f00769f758
commit
ac4086b273
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue