fix fallthrough

This commit is contained in:
zzz
2012-03-25 20:52:57 +00:00
parent 3e889d2747
commit 522ae4eb41

View File

@ -168,6 +168,7 @@ class AMDInfoImpl extends CPUIDCPUInfo implements AMDCPUInfo
switch(CPUID.getCPUModel() + CPUID.getCPUExtendedModel()){
case 4:
modelString = "Athlon 64/Mobile XP-M";
break;
case 5:
modelString = "Athlon 64 FX Opteron";
break;