Skip to content

Commit 4eefab8

Browse files
committed
CPU (Linux): fix build
1 parent 9cda7e2 commit 4eefab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/cpu/cpu_arm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ static const char* fujitsuPartId2name(uint32_t partId)
319319
switch (partId)
320320
{
321321
case 0x001: return "A64FX";
322-
case 0x003: return "MONAKA"
322+
case 0x003: return "MONAKA";
323323
default: return NULL;
324324
}
325325
}

0 commit comments

Comments
 (0)