Tweak TSC calibration

Round to 3 digits after dot (count in MHz).
This commit is contained in:
Nekotekina 2020-04-09 15:31:34 +03:00
parent 765b14a8ba
commit 1b68f90e42
2 changed files with 6 additions and 10 deletions

View file

@ -3278,7 +3278,7 @@ void fmt_class_string<spu_channel>::format(std::string& out, u64 arg)
}
else
{
out += "empty";
out += "empty";
}
}