PPCRec: Make LSWI/STWSI more generic + GPR temporaries storage

This commit is contained in:
Exzap 2022-12-13 05:41:26 +01:00
parent d724dded8e
commit c4fb7b74f8
7 changed files with 161 additions and 319 deletions

View file

@ -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;