Hardware/CPU/CPUGroup.cs
changeset 407 c9dfdbd59bf8
parent 344 3145aadca3d2
child 427 39ed1a16c32a
     1.1 --- a/Hardware/CPU/CPUGroup.cs	Tue Jun 25 20:34:29 2013 +0000
     1.2 +++ b/Hardware/CPU/CPUGroup.cs	Sat Jun 29 16:12:40 2013 +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-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9  	
    1.10  */
    1.11  
    1.12 @@ -101,6 +101,7 @@
    1.13                case 0x12:
    1.14                case 0x14:
    1.15                case 0x15:
    1.16 +              case 0x16:
    1.17                  hardware.Add(new AMD10CPU(index, coreThreads, settings));
    1.18                  break;
    1.19                default: