Fixed bad merge, re-added CPU flags hex output.

This commit is contained in:
dev
2011-06-09 13:03:46 +00:00
parent 4033361f10
commit 562cabfbd6

View File

@ -866,7 +866,7 @@ public class CPUID {
System.out.println("CPU Family: " + getCPUFamily());
System.out.println("CPU Model: " + getCPUModel());
System.out.println("CPU Stepping: " + getCPUStepping());
System.out.println("CPU Flags: " + getEDXCPUFlags());
System.out.println("CPU Flags: 0x" + Integer.toHexString(getEDXCPUFlags()));
CPUInfo c = getInfo();
System.out.println(" **More CPUInfo**");