cpu: Remove superfluous logging for syscall
This commit is contained in:
parent
2500f9d3af
commit
a9e0fe6db2
|
@ -846,7 +846,6 @@ void Core::ExecuteInstruction()
|
|||
|
||||
case InstructionFunct::syscall:
|
||||
{
|
||||
Log_DebugPrintf("Syscall 0x%X(0x%X)", m_regs.s0, m_regs.a0);
|
||||
RaiseException(Exception::Syscall);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue