Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration

This commit is contained in:
Gavin Andresen 2011-01-20 16:21:59 -05:00
commit 245e1b4fdb
1 changed files with 1 additions and 1 deletions

View File

@ -3530,7 +3530,7 @@ void BitcoinMiner()
SetThreadPriority(THREAD_PRIORITY_LOWEST);
bool f4WaySSE2 = Detect128BitSSE2();
if (mapArgs.count("-4way"))
f4WaySSE2 = GetBoolArg(mapArgs["-4way"]);
f4WaySSE2 = GetBoolArg("-4way");
// Each thread has its own key and counter
CReserveKey reservekey;