Espresso 0.0.2a
This commit is contained in:
@ -38,7 +38,7 @@ char* get_cpu_vendor_string(void)
|
||||
return strdup(vendor);
|
||||
}
|
||||
|
||||
char* get_cpu_brand_string(void)
|
||||
/*char* get_cpu_brand_string(void)
|
||||
{
|
||||
unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0;
|
||||
|
||||
@ -63,4 +63,4 @@ char* get_cpu_brand_string(void)
|
||||
|
||||
brand[48] = '\0';
|
||||
return strdup(brand);
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user