Fix formatting

This commit is contained in:
Nekotekina 2014-09-15 23:04:18 +04:00
parent c9132a4bdb
commit 5f1253598c
11 changed files with 43 additions and 45 deletions

View file

@ -922,7 +922,7 @@ void default_syscall()
{
//tty
case 988:
LOG_WARNING(HLE, "SysCall 988! r3: 0x%llx, r4: 0x%llx, pc: 0x%llx",
LOG_WARNING(HLE, "SysCall 988! r3: 0x%llx, r4: 0x%llx, pc: 0x%x",
CPU.GPR[3], CPU.GPR[4], CPU.PC);
CPU.GPR[3] = 0;
return;