Removed a debug leftover

This commit is contained in:
ptitSeb 2024-11-16 12:19:14 +01:00
parent bc8c786b80
commit 518d2b0129

View File

@ -475,7 +475,7 @@ EXPORT int my_pthread_getattr_np(x64emu_t* emu, pthread_t thread_id, pthread_att
}
void* stack = emu->init_stack;
size_t sz = emu->size_stack;
printf_log(LOG_INFO, "pthread_getattr_np called for self, stack=%p, sz=%lx\n", stack, sz);
//printf_log(LOG_INFO, "pthread_getattr_np called for self, stack=%p, sz=%lx\n", stack, sz);
if (!sz) {
// get default stack size
pthread_attr_t attr;