mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-27 00:30:32 +00:00
Removed a debug leftover
This commit is contained in:
parent
bc8c786b80
commit
518d2b0129
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user