1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-13 11:10:39 +00:00

Merge pull request #43 from X0rg/master

Changes for MSR
This commit is contained in:
Veselin Georgiev 2016-05-19 22:09:51 +01:00
commit 7c7a0fea8b
5 changed files with 177 additions and 88 deletions

View file

@ -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++)