CPU (Linux): fix build on PPC

This commit is contained in:
李通洲
2025-01-27 21:41:55 +08:00
parent b76e62685e
commit 4d842ac6b6
+1 -1
View File
@@ -305,7 +305,7 @@ static const char* parseCpuInfo(
#endif
#if __powerpc__ || __powerpc
(cpuMHz->length == 0 && ffParsePropLine(line, "clock :", &cpuMHz)) || //For POWER
(cpuMHz->length == 0 && ffParsePropLine(line, "clock :", cpuMHz)) || //For POWER
(cpu->name.length == 0 && ffParsePropLine(line, "cpu :", &cpu->name)) || //For POWER
#endif