summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-03-24 14:49:15 -0400
committerLioncash <mathew1800@gmail.com>2018-03-24 14:49:18 -0400
commit3dc3b0caa5bdb0a512ae4e67b9f911eec8905787 (patch)
treef5bffbf43e9e96e99ab67b975253424997f85080 /Source
parentf9e0645b992cfbb8142169c8f44a9c24abaf0515 (diff)
Interpreter_LoadStore: Remove commented out code
Also removes long separation lines that aren't really necessary.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStore.cpp4
1 files changed, 1 insertions, 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
}