EXCEPTION macro removed

fmt::throw_exception<> implemented
::narrow improved
Minor fixes
This commit is contained in:
Nekotekina 2016-08-08 19:01:06 +03:00
parent 46735d6b3d
commit a7e808b35b
198 changed files with 3025 additions and 2956 deletions

View file

@ -1388,7 +1388,7 @@ bool spursTasksetSyscallEntry(SPUThread& spu)
spu.gpr[3]._u32[3] = spursTasksetProcessSyscall(spu, spu.gpr[3]._u32[3], spu.gpr[4]._u32[3]);
// Resume the previously executing task if the syscall did not cause a context switch
throw EXCEPTION("Broken (TODO)");
fmt::throw_exception("Broken (TODO)" HERE);
//if (spu.m_is_branch == false) {
// spursTasksetResumeTask(spu);
//}