mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
clang format
This commit is contained in:
parent
b8856be903
commit
19877ac026
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void Linker::InitTlsForThread(bool is_primary) {
|
|||
if (heap_api) {
|
||||
LOG_ERROR(Core_Linker, "TLS user malloc called, using std::malloc");
|
||||
// TODO: ref rtld_tls_block_malloc, tls malloc replacement
|
||||
//addr_out = heap_api->heap_malloc(total_tls_size);
|
||||
// addr_out = heap_api->heap_malloc(total_tls_size);
|
||||
addr_out = std::malloc(total_tls_size);
|
||||
if (!addr_out) {
|
||||
auto pth_id = pthread_self();
|
||||
|
|
Loading…
Add table
Reference in a new issue