Fix some shadowing warnings.

This commit is contained in:
Jordan Woyak 2013-01-29 16:40:15 -06:00
commit 0e04e0c305
4 changed files with 22 additions and 22 deletions

View file

@ -139,8 +139,8 @@ void Jit64::lXXx(UGeckoInstruction inst)
MOV(32, gpr.R(d), R(EAX));
gpr.UnlockAll();
gpr.Flush(FLUSH_ALL);
fpr.Flush(FLUSH_ALL);
gpr.Flush(FLUSH_ALL);
fpr.Flush(FLUSH_ALL);
// if it's still 0, we can wait until the next event
TEST(32, R(EAX), R(EAX));