mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Interpreter_LoadStore: Remove commented out code
Also removes long separation lines that aren't really necessary.
This commit is contained in:
parent
f9e0645b99
commit
3dc3b0caa5
1 changed files with 1 additions and 3 deletions
|
@ -621,7 +621,6 @@ void Interpreter::sthx(UGeckoInstruction inst)
|
||||||
PowerPC::Write_U16((u16)rGPR[inst.RS], Helper_Get_EA_X(inst));
|
PowerPC::Write_U16((u16)rGPR[inst.RS], Helper_Get_EA_X(inst));
|
||||||
}
|
}
|
||||||
|
|
||||||
// __________________________________________________________________________________________________
|
|
||||||
// lswi - bizarro string instruction
|
// lswi - bizarro string instruction
|
||||||
// FIXME: Should rollback if a DSI occurs
|
// FIXME: Should rollback if a DSI occurs
|
||||||
void Interpreter::lswi(UGeckoInstruction inst)
|
void Interpreter::lswi(UGeckoInstruction inst)
|
||||||
|
@ -667,7 +666,6 @@ void Interpreter::lswi(UGeckoInstruction inst)
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo : optimize ?
|
// todo : optimize ?
|
||||||
// __________________________________________________________________________________________________
|
|
||||||
// stswi - bizarro string instruction
|
// stswi - bizarro string instruction
|
||||||
// FIXME: Should rollback if a DSI occurs
|
// FIXME: Should rollback if a DSI occurs
|
||||||
void Interpreter::stswi(UGeckoInstruction inst)
|
void Interpreter::stswi(UGeckoInstruction inst)
|
||||||
|
@ -804,5 +802,5 @@ void Interpreter::tlbie(UGeckoInstruction inst)
|
||||||
|
|
||||||
void Interpreter::tlbsync(UGeckoInstruction inst)
|
void Interpreter::tlbsync(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
// MessageBox(0,"TLBsync","TLBsyncE",0);
|
// Ignored
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue