mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
PPCRec: Use agnostic breakpoints
This commit is contained in:
parent
acfc27f9fc
commit
86b82be8ef
5 changed files with 6 additions and 67 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue