Compilation fix

This commit is contained in:
Nekotekina 2014-08-22 18:58:50 +04:00
parent 7a466b7fb7
commit 52cf911c60
6 changed files with 39 additions and 19 deletions

View file

@ -150,8 +150,7 @@ public:
{
if (!Emu.IsStopped())
{
LOG_ERROR(HLE, "SMutexLockerBase: thread id == 0");
Emu.Pause();
assert(!"SMutexLockerBase: thread id == 0");
}
return;
}