diff --git a/pcsx2/COP0.cpp b/pcsx2/COP0.cpp index 809fc232b4..37660964e6 100644 --- a/pcsx2/COP0.cpp +++ b/pcsx2/COP0.cpp @@ -332,8 +332,8 @@ namespace Interpreter { namespace OpcodeImpl { namespace COP0 { - void TLBR() { -DevCon.Warning("COP0_TLBR %d:%x,%x,%x,%x\n", +void TLBR() { + DevCon.Warning("COP0_TLBR %d:%x,%x,%x,%x\n", cpuRegs.CP0.n.Index, cpuRegs.CP0.n.PageMask, cpuRegs.CP0.n.EntryHi, cpuRegs.CP0.n.EntryLo0, cpuRegs.CP0.n.EntryLo1);