mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 17:58:29 +12:00
PPCRec: Make LSWI/STWSI more generic + GPR temporaries storage
This commit is contained in:
parent
d724dded8e
commit
c4fb7b74f8
7 changed files with 161 additions and 319 deletions
|
@ -1203,7 +1203,7 @@ void _PPCRecRA_checkAndTryExtendRange(ppcImlGenContext_t* ppcImlGenContext, IMLS
|
|||
{
|
||||
if (routeDepth >= 64)
|
||||
{
|
||||
forceLogDebug_printf("Recompiler RA route maximum depth exceeded for function 0x%08x\n", ppcImlGenContext->functionRef->ppcAddress);
|
||||
forceLogDebug_printf("Recompiler RA route maximum depth exceeded\n");
|
||||
return;
|
||||
}
|
||||
route[routeDepth] = currentSegment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue