Skip to content

Commit

Permalink
Core: Reset pipeline in CX86RecompilerOps::CompileCheckFPUResult32
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Dec 27, 2023
1 parent e2306e3 commit 17288c9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -8745,6 +8745,7 @@ void CX86RecompilerOps::CompileCheckFPUResult32(int32_t DestReg)
CRegInfo ExitRegSet = m_RegWorkingSet;
ExitRegSet.SetBlockCycleCount(ExitRegSet.GetBlockCycleCount() + g_System->CountPerOp());
CompileExit((uint32_t)-1, (uint32_t)-1, ExitRegSet, ExitReason_Exception, false, &CX86Ops::JneLabel);
m_Assembler.MoveConstToVariable(&g_System->m_PipelineStage, "System->m_PipelineStage", PIPELINE_STAGE_NORMAL);
m_Assembler.cmp(TempReg, asmjit::x86::dword_ptr((uint64_t)&m_TempValue32));
asmjit::Label ValueSame = m_Assembler.newLabel();
m_Assembler.je(ValueSame);
Expand Down

0 comments on commit 17288c9

Please sign in to comment.