mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-13 11:10:39 +00:00
commit
7c7a0fea8b
5 changed files with 177 additions and 88 deletions
|
@ -645,6 +645,7 @@ const char* cpuid_error(void)
|
|||
{ ERR_INVMSR , "Invalid MSR"},
|
||||
{ ERR_INVCNB , "Invalid core number"},
|
||||
{ ERR_HANDLE_R , "Error on handle read"},
|
||||
{ ERR_INVRANGE , "Invalid given range"},
|
||||
};
|
||||
unsigned i;
|
||||
for (i = 0; i < COUNT_OF(matchtable); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue