mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 20:25:45 -04:00
cpu: Remove superfluous logging for syscall
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user