This commit is contained in:
joonicks 2018-04-14 18:11:06 +02:00
parent 3045ab8251
commit 271973e605

View File

@ -304,7 +304,7 @@ void do_cpuinfo(COMMAND_ARGS)
*bogostr = 0; *bogostr = 0;
*cpustr = 0; *cpustr = 0;
if (bogo == 1) if (bogo)
sprintf(bogostr,", %s BogoMips",vmlib); sprintf(bogostr,", %s BogoMips",vmlib);
if (cpus > 1 || (cores > cpus)) if (cpus > 1 || (cores > cpus))
{ {