CPU (Linux): fix build

This commit is contained in:
李通洲
2025-04-14 10:54:35 +08:00
parent 9cda7e20fb
commit 4eefab8ccf
+1 -1
View File
@@ -319,7 +319,7 @@ static const char* fujitsuPartId2name(uint32_t partId)
switch (partId)
{
case 0x001: return "A64FX";
case 0x003: return "MONAKA"
case 0x003: return "MONAKA";
default: return NULL;
}
}