COP0: Fix indentation for function TLBR

This commit is contained in:
Lioncash 2014-07-14 22:07:02 -04:00
parent f85a4c0467
commit 673bac12a6
1 changed files with 2 additions and 2 deletions

View File

@ -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);