mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-04 23:29:18 +00:00
dsp lle-testing: print out address of an unknown opcode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2853 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f5feb28ae6
commit
9356a920e2
2 changed files with 3 additions and 4 deletions
|
@ -167,7 +167,7 @@ bool CheckCondition(u8 _Condition)
|
|||
void unknown(const UDSPInstruction& opc)
|
||||
{
|
||||
//_assert_msg_(MASTER_LOG, !g_dsp.exception_in_progress_hack, "assert while exception");
|
||||
ERROR_LOG(DSPHLE, "LLE: Unrecognized opcode 0x%04x", opc.hex);
|
||||
ERROR_LOG(DSPHLE, "LLE: Unrecognized opcode 0x%04x, pc 0x%04x", opc.hex, g_dsp.pc);
|
||||
/*PanicAlert("LLE: Unrecognized opcode 0x%04x", opc.hex);*/
|
||||
//g_dsp.pc = g_dsp.err_pc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue