diff -r 4f569432e14b -r 70d0c3102424 Hardware/CPU/IntelCPU.cs --- a/Hardware/CPU/IntelCPU.cs Tue May 04 17:32:41 2010 +0000 +++ b/Hardware/CPU/IntelCPU.cs Thu May 06 19:20:38 2010 +0000 @@ -237,8 +237,8 @@ get { return name; } } - public string Identifier { - get { return "/intelcpu/" + processorIndex; } + public Identifier Identifier { + get { return new Identifier("intelcpu", processorIndex.ToString()); } } public Image Icon {