mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 15:36:50 +00:00
commit
9529ba3317
@ -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))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user