Core: remove the BreakPoint in handling ExitReason_CheckPCAlignment

This commit is contained in:
zilmar 2024-10-24 11:58:53 +10:30
parent 65ede5e3e8
commit 440894992a
1 changed files with 0 additions and 1 deletions

View File

@ -9546,7 +9546,6 @@ void CX86RecompilerOps::CompileExit(uint64_t JumpPC, uint64_t TargetPC, CRegInfo
m_Assembler.test(asmjit::x86::eax, 3);
asmjit::Label ValidPCJump = m_Assembler.newLabel();
m_Assembler.JeLabel("", ValidPCJump);
m_Assembler.X86BreakPoint(__FILE__, __LINE__);
m_Assembler.push(1);
m_Assembler.MoveVariableToX86reg(asmjit::x86::edx, (void *)(((uint64_t)&g_Reg->m_PROGRAM_COUNTER) + 4), "PROGRAM_COUNTER + 4");
m_Assembler.push(asmjit::x86::edx);