mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #2851 from JosJuice/unknown-instruction
Restore old assert message for unknown instruction
This commit is contained in:
commit
b5a5883792
@ -295,7 +295,7 @@ void Interpreter::unknown_instruction(UGeckoInstruction _inst)
|
|||||||
i + 1, rGPR[i + 1],
|
i + 1, rGPR[i + 1],
|
||||||
i + 2, rGPR[i + 2],
|
i + 2, rGPR[i + 2],
|
||||||
i + 3, rGPR[i + 3]);
|
i + 3, rGPR[i + 3]);
|
||||||
assert(0);
|
_assert_msg_(POWERPC, 0, "\nIntCPU: Unknown instruction %08x at PC = %08x last_PC = %08x LR = %08x\n", _inst.hex, PC, last_pc, LR);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Interpreter::ClearCache()
|
void Interpreter::ClearCache()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user