PPCRec: Use agnostic breakpoints

This commit is contained in:
Exzap 2023-01-30 06:30:29 +01:00
parent acfc27f9fc
commit 86b82be8ef
5 changed files with 6 additions and 67 deletions

View file

@ -3079,7 +3079,7 @@ bool PPCRecompiler_GenerateIML(ppcImlGenContext_t& ppcImlGenContext, PPCFunction
{
debug_printf("---------------- SegmentDump (Suffix instruction at wrong pos in segment 0x%x):\n", (int)segIndex);
IMLDebug_Dump(&ppcImlGenContext);
__debugbreak();
DEBUG_BREAK;
}
}
}
@ -3089,7 +3089,7 @@ bool PPCRecompiler_GenerateIML(ppcImlGenContext_t& ppcImlGenContext, PPCFunction
{
debug_printf("---------------- SegmentDump (NoSuffixInstruction in segment 0x%x):\n", (int)segIndex);
IMLDebug_Dump(&ppcImlGenContext);
__debugbreak();
DEBUG_BREAK;
}
}
if (seg->nextSegmentBranchNotTaken)