Merge pull request #1997 from Sonicadvance1/remove_comment

Remove an old comment about stfiwx.
This commit is contained in:
Lioncash 2015-02-01 07:51:03 -05:00
commit db001c1733

View File

@ -607,9 +607,6 @@ void Interpreter::stfdx(UGeckoInstruction _inst)
Memory::Write_U64(riPS0(_inst.FS), Helper_Get_EA_X(_inst)); Memory::Write_U64(riPS0(_inst.FS), Helper_Get_EA_X(_inst));
} }
// __________________________________________________________________________________________________
// stfiwx
// TODO - examine what this really does
// Stores Floating points into Integers indeXed // Stores Floating points into Integers indeXed
void Interpreter::stfiwx(UGeckoInstruction _inst) void Interpreter::stfiwx(UGeckoInstruction _inst)
{ {