Fixed Issue 39.
authormoel.mich
Sat, 24 Apr 2010 20:09:18 +0000
changeset 91c0937b698b81
parent 90 3333b29a1746
child 92 8a5ff8bdf3ca
Fixed Issue 39.
Hardware/CPU/IntelCPU.cs
     1.1 --- a/Hardware/CPU/IntelCPU.cs	Sat Apr 24 19:59:52 2010 +0000
     1.2 +++ b/Hardware/CPU/IntelCPU.cs	Sat Apr 24 20:09:18 2010 +0000
     1.3 @@ -134,6 +134,7 @@
     1.4                case 0x1A: // Intel Core i7 LGA1366 (45nm)
     1.5                case 0x1E: // Intel Core i5, i7 LGA1156 (45nm)
     1.6                case 0x25: // Intel Core i3, i5, i7 LGA1156 (32nm)
     1.7 +              case 0x2C: // Intel Core i7 LGA1366 (32nm) 6 Core
     1.8                  uint eax, edx;
     1.9                  tjMax = new float[coreCount];
    1.10                  for (int i = 0; i < coreCount; i++) {