mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix
This commit is contained in:
parent
dcdec3ab36
commit
229d4e9f32
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ bool Jit::CheckJitBreakpoint(u32 addr)
|
|||
{
|
||||
FlushAll();
|
||||
MOV(32, M(&mips_->pc), Imm32(js.compilerPC));
|
||||
CALL(&JitBreakpoint);
|
||||
CALL((void *)&JitBreakpoint);
|
||||
WriteSyscallExit();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue