Formatting changes

This commit is contained in:
Nekotekina 2015-01-20 02:15:43 +03:00
parent 36a134798b
commit ec2e53dc6b
9 changed files with 89 additions and 105 deletions

View file

@ -106,7 +106,7 @@ s32 sceKernelCreateThread(
new_thread.SetStackSize(stackSize);
new_thread.SetName(pName.get_ptr());
sceLibKernel.Error("*** New ARMv7 Thread [%s] (entry_addr=0x%x)^1: id = %d", pName.get_ptr(), entry, id);
sceLibKernel.Error("*** New ARMv7 Thread [%s] (entry=0x%x)^1: id = %d", pName.get_ptr(), entry, id);
new_thread.Run();