Merge pull request #122 from lioncash/indents

COP0: Fix indentation for function TLBR
This commit is contained in:
sudonim1 2014-07-15 11:26:13 +01:00
commit 3f62ad08e1
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);