mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-27 17:24:49 +02:00
SPU: Fix some stat printing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user