cpu_type.h: Fix missing ;, sorry for spam
This commit is contained in:
@@ -325,7 +325,7 @@ get_cpu_model_string(enum cpu_platform platform, enum cpu_vendor cpuVendor,
|
|||||||
if (model == 0x10 || model == 0x13)
|
if (model == 0x10 || model == 0x13)
|
||||||
return "A-Series";
|
return "A-Series";
|
||||||
} else if (family == 0x8f)
|
} else if (family == 0x8f)
|
||||||
return "Ryzen 7"
|
return "Ryzen 7";
|
||||||
|
|
||||||
// Fallback to manual parsing of the model string
|
// Fallback to manual parsing of the model string
|
||||||
get_cpuid_model_string(cpuidName);
|
get_cpuid_model_string(cpuidName);
|
||||||
|
|||||||
Reference in New Issue
Block a user