mirror of https://github.com/a0rtega/pafish
Disable a not so reliable bochs check
This commit is contained in:
parent
044760116a
commit
72296dacd6
|
@ -287,9 +287,11 @@ int main(void)
|
||||||
exec_check("cpuid AMD wrong value for processor name", &bochs_cpu_amd1,
|
exec_check("cpuid AMD wrong value for processor name", &bochs_cpu_amd1,
|
||||||
"Bochs traced using CPU AMD wrong value for processor name",
|
"Bochs traced using CPU AMD wrong value for processor name",
|
||||||
"hi_bochs");
|
"hi_bochs");
|
||||||
|
/*
|
||||||
exec_check("cpuid AMD wrong value for Easter egg", &bochs_cpu_amd2,
|
exec_check("cpuid AMD wrong value for Easter egg", &bochs_cpu_amd2,
|
||||||
"Bochs traced using CPU AMD wrong value for Easter egg",
|
"Bochs traced using CPU AMD wrong value for Easter egg",
|
||||||
"hi_bochs");
|
"hi_bochs");
|
||||||
|
*/
|
||||||
exec_check("cpuid Intel wrong value for processor name",
|
exec_check("cpuid Intel wrong value for processor name",
|
||||||
&bochs_cpu_intel1,
|
&bochs_cpu_intel1,
|
||||||
"Bochs traced using CPU Intel wrong value for processor name",
|
"Bochs traced using CPU Intel wrong value for processor name",
|
||||||
|
|
Loading…
Reference in New Issue