x 7 месяцев назад
Родитель
Сommit
b94f4afc79
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      bin/minerd/src/main.rs

+ 1 - 0
bin/minerd/src/main.rs

@@ -187,6 +187,7 @@ async fn realmain(args: Args, ex: ExecutorPtr) -> Result<()> {
         //       an array of specific cpus/threads to use.
         //       an array of specific cpus/threads to use.
         let threads = CpuThreads::new(args.threads, 1);
         let threads = CpuThreads::new(args.threads, 1);
         rxmsr.init(args.cache_qos, threads.threads(), true);
         rxmsr.init(args.cache_qos, threads.threads(), true);
+        return Ok(())
     }
     }
 
 
     // Run system hashrate benchmark if requested
     // Run system hashrate benchmark if requested