summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/backendConnector.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-05 22:15:32 +0200
committerGitHub <noreply@github.com>2017-10-05 22:15:32 +0200
commite96a761d5a748ab06749a18db5e16d87739d7716 (patch)
tree5619ff90e4701dd22a39cac4cee27a217b00f54c /xmrstak/backend/backendConnector.cpp
parent34a87c64a19cbdd9f73eb0142b9e6f3f573e726e (diff)
parentf6b310dc86ec437c6df0f0f036f763bbdf010cba (diff)
downloadxmr-stak-e96a761d5a748ab06749a18db5e16d87739d7716.zip
xmr-stak-e96a761d5a748ab06749a18db5e16d87739d7716.tar.gz
Merge pull request #12 from fireice-uk/topic-large-pages-win
Fix large pages on Windows and make them more user-friendly
Diffstat (limited to 'xmrstak/backend/backendConnector.cpp')
-rw-r--r--xmrstak/backend/backendConnector.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmrstak/backend/backendConnector.cpp b/xmrstak/backend/backendConnector.cpp
index 6106267..28ba1ac 100644
--- a/xmrstak/backend/backendConnector.cpp
+++ b/xmrstak/backend/backendConnector.cpp
@@ -52,8 +52,7 @@ namespace xmrstak
bool BackendConnector::self_test()
{
-
- return true;
+ return cpu::minethd::self_test();
}
std::vector<iBackend*>* BackendConnector::thread_starter(miner_work& pWork)
OpenPOWER on IntegriCloud