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

@ -381,7 +381,7 @@ raLivenessSubrange_t* _GetSubrangeByInstructionIndexAndVirtualReg(IMLSegment* im
void IMLRA_IsolateRangeOnInstruction(ppcImlGenContext_t* ppcImlGenContext, IMLSegment* imlSegment, raLivenessSubrange_t* subrange, sint32 instructionIndex)
{
__debugbreak();
DEBUG_BREAK;
}
void IMLRA_HandleFixedRegisters(ppcImlGenContext_t* ppcImlGenContext, IMLSegment* imlSegment)