Remove an old comment about stfiwx.

This instruction does exactly what it is supposed to. No need for this comment.
This commit is contained in:
Ryan Houdek 2015-02-01 00:30:53 -06:00
parent 3c475b91ea
commit f9c2d73970

View file

@ -607,9 +607,6 @@ void Interpreter::stfdx(UGeckoInstruction _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
void Interpreter::stfiwx(UGeckoInstruction _inst)
{