Core: fix up for clang
This commit is contained in:
parent
b438fddf2e
commit
e2eebe566d
|
@ -9474,7 +9474,7 @@ void CX86RecompilerOps::CompileExit(uint32_t JumpPC, uint32_t TargetPC, CRegInfo
|
|||
case ExitReason_DoSysCall:
|
||||
m_Assembler.MoveConstToVariable(&g_System->m_PipelineStage, "System->m_PipelineStage", m_PipelineStage == PIPELINE_STAGE_JUMP || m_PipelineStage == PIPELINE_STAGE_DELAY_SLOT ? PIPELINE_STAGE_JUMP : PIPELINE_STAGE_NORMAL);
|
||||
m_Assembler.push(0);
|
||||
m_Assembler.PushImm32("EXC_SYSCALL", EXC_SYSCALL);
|
||||
m_Assembler.PushImm32("EXC_SYSCALL", EXC_SYSCALL);
|
||||
m_Assembler.CallThis((uint32_t)g_Reg, AddressOf(&CRegisters::TriggerException), "CRegisters::TriggerException", 12);
|
||||
ExitCodeBlock();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue