SPU: Fix some stat printing

This commit is contained in:
Nekotekina 2020-11-15 03:26:10 +03:00
parent 333fe9a561
commit dfae7bd073
2 changed files with 18 additions and 5 deletions

View file

@ -2231,7 +2231,7 @@ bool thread_base::join() const
if (warn)
{
sig_log.error("Thread [%s] is too sleepy. Took %.3fµs to wake it up!", *m_tname.load(), stamp0 / (utils::get_tsc_freq() / 1000000.));
sig_log.error(u8"Thread [%s] is too sleepy. Took %.3fµs to wake it up!", *m_tname.load(), stamp0 / (utils::get_tsc_freq() / 1000000.));
}
return (m_sync & 3) == 3;