mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
clang format
This commit is contained in:
parent
b8856be903
commit
19877ac026
@ -338,7 +338,7 @@ void Linker::InitTlsForThread(bool is_primary) {
|
|||||||
if (heap_api) {
|
if (heap_api) {
|
||||||
LOG_ERROR(Core_Linker, "TLS user malloc called, using std::malloc");
|
LOG_ERROR(Core_Linker, "TLS user malloc called, using std::malloc");
|
||||||
// TODO: ref rtld_tls_block_malloc, tls malloc replacement
|
// 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);
|
addr_out = std::malloc(total_tls_size);
|
||||||
if (!addr_out) {
|
if (!addr_out) {
|
||||||
auto pth_id = pthread_self();
|
auto pth_id = pthread_self();
|
||||||
|
Loading…
Reference in New Issue
Block a user