Disable a not so reliable bochs check

This commit is contained in:
Alberto Ortega 2015-10-08 19:14:27 +02:00
parent 044760116a
commit 72296dacd6
1 changed files with 2 additions and 0 deletions

View File

@ -287,9 +287,11 @@ int main(void)
exec_check("cpuid AMD wrong value for processor name", &bochs_cpu_amd1,
"Bochs traced using CPU AMD wrong value for processor name",
"hi_bochs");
/*
exec_check("cpuid AMD wrong value for Easter egg", &bochs_cpu_amd2,
"Bochs traced using CPU AMD wrong value for Easter egg",
"hi_bochs");
*/
exec_check("cpuid Intel wrong value for processor name",
&bochs_cpu_intel1,
"Bochs traced using CPU Intel wrong value for processor name",