mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Properly jit the break instruction.
Otherwise, it just keeps on going past it. We never want to hit this anyway, but it's good to know if we do.
This commit is contained in:
@@ -179,7 +179,7 @@ namespace MIPSInt
|
||||
|
||||
void Int_Break(u32 op)
|
||||
{
|
||||
DEBUG_LOG(CPU, "BREAK!");
|
||||
ERROR_LOG(CPU, "BREAK!");
|
||||
coreState = CORE_STEPPING;
|
||||
PC += 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user