Syscall analysis implemented

This commit is contained in:
Nekotekina 2016-06-25 08:16:15 +03:00
parent 63e690ca11
commit 9db7de29fb
16 changed files with 234 additions and 155 deletions

View file

@ -2363,7 +2363,7 @@ s32 ppu_error_code::report(s32 error, const char* text)
{
if (auto func = static_cast<PPUThread*>(thread)->last_function)
{
LOG_ERROR(PPU, "Function '%s' failed with 0x%08x : %s", func, error, text);
LOG_ERROR(PPU, "'%s' failed with 0x%08x : %s", func, error, text);
}
else
{