mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
SPU: Fix some stat printing
This commit is contained in:
parent
333fe9a561
commit
dfae7bd073
2 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue