Hardware/CPU/CPUID.cs
changeset 427 39ed1a16c32a
parent 344 3145aadca3d2
     1.1 --- a/Hardware/CPU/CPUID.cs	Sun Dec 28 17:54:26 2014 +0000
     1.2 +++ b/Hardware/CPU/CPUID.cs	Sun Dec 28 22:42:36 2014 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4    License, v. 2.0. If a copy of the MPL was not distributed with this
     1.5    file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.6   
     1.7 -  Copyright (C) 2009-2010 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2009-2014 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9  	
    1.10  */
    1.11  
    1.12 @@ -76,7 +76,7 @@
    1.13  
    1.14        uint eax, ebx, ecx, edx;
    1.15  
    1.16 -      if (thread >= 32)
    1.17 +      if (thread >= 64)
    1.18          throw new ArgumentOutOfRangeException("thread");
    1.19        ulong mask = 1UL << thread;
    1.20