From 3dc3b0caa5bdb0a512ae4e67b9f911eec8905787 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 24 Mar 2018 14:49:15 -0400 Subject: [PATCH] Interpreter_LoadStore: Remove commented out code Also removes long separation lines that aren't really necessary. --- .../Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp index a8e8201336..c0953275b4 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp @@ -621,7 +621,6 @@ void Interpreter::sthx(UGeckoInstruction inst) PowerPC::Write_U16((u16)rGPR[inst.RS], Helper_Get_EA_X(inst)); } -// __________________________________________________________________________________________________ // lswi - bizarro string instruction // FIXME: Should rollback if a DSI occurs void Interpreter::lswi(UGeckoInstruction inst) @@ -667,7 +666,6 @@ void Interpreter::lswi(UGeckoInstruction inst) } // todo : optimize ? -// __________________________________________________________________________________________________ // stswi - bizarro string instruction // FIXME: Should rollback if a DSI occurs void Interpreter::stswi(UGeckoInstruction inst) @@ -804,5 +802,5 @@ void Interpreter::tlbie(UGeckoInstruction inst) void Interpreter::tlbsync(UGeckoInstruction inst) { - // MessageBox(0,"TLBsync","TLBsyncE",0); + // Ignored }