mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang
This commit is contained in:
parent
5c52daa987
commit
49d99be180
@ -365,7 +365,7 @@ void Linker::InitTlsForThread(bool is_primary) {
|
|||||||
if (!addr_out) {
|
if (!addr_out) {
|
||||||
// TODO: Properly log thread handle on assert.
|
// TODO: Properly log thread handle on assert.
|
||||||
auto pth_id = pthread_self();
|
auto pth_id = pthread_self();
|
||||||
ASSERT_MSG(addr_out, "Cannot allocate TLS block of size = {:#x} for thread {}",
|
ASSERT_MSG(addr_out, "Cannot allocate TLS block of size = {:#x} for thread {}",
|
||||||
total_tls_size, pth_id);
|
total_tls_size, pth_id);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user