mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
EXCEPTION macro removed
fmt::throw_exception<> implemented ::narrow improved Minor fixes
This commit is contained in:
parent
46735d6b3d
commit
a7e808b35b
198 changed files with 3025 additions and 2956 deletions
|
|
@ -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);
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue