mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 09:48:30 +12:00
Fix compile errors due to rebase
This commit is contained in:
parent
1cc458c543
commit
c419bfc451
2 changed files with 3 additions and 5 deletions
|
@ -1190,7 +1190,7 @@ void _IMLRA_checkAndTryExtendRange(IMLRegisterAllocatorContext& ctx, IMLSegment*
|
|||
{
|
||||
if (routeDepth >= 64)
|
||||
{
|
||||
forceLogDebug_printf("Recompiler RA route maximum depth exceeded\n");
|
||||
cemuLog_logDebug(LogType::Force, "Recompiler RA route maximum depth exceeded\n");
|
||||
return;
|
||||
}
|
||||
route[routeDepth] = currentSegment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue