mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
clang fix
This commit is contained in:
parent
0661c59eb1
commit
5c52daa987
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ void Linker::InitTlsForThread(bool is_primary) {
|
|||
// TODO: Properly log thread handle on assert.
|
||||
auto pth_id = pthread_self();
|
||||
ASSERT_MSG(addr_out, "Cannot allocate TLS block of size = {:#x} for thread {}",
|
||||
total_tls_size, pth_id);
|
||||
total_tls_size, pth_id);
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue