|
@@ -237,6 +237,11 @@ static Result CreateThread(u32 priority, u32 entry_point, u32 arg, u32 stack_top
|
|
|
"threadpriority=0x%08X, processorid=0x%08X : created handle=0x%08X", entry_point,
|
|
"threadpriority=0x%08X, processorid=0x%08X : created handle=0x%08X", entry_point,
|
|
|
name.c_str(), arg, stack_top, priority, processor_id, thread);
|
|
name.c_str(), arg, stack_top, priority, processor_id, thread);
|