Fix for 1st-gen Ryzen crashes

This commit is contained in:
SChernykh
2019-12-27 12:40:38 +02:00
parent 1555634494
commit a1f223dcb0
10 changed files with 102 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ bool xmrig::Rx::init(const Job &job, const RxConfig &config, const CpuConfig &cp
if (!osInitialized) {
msrInit(config);
SetupMainLoopExceptionFrame();
osInitialized = true;
}