mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 20:15:48 +00:00
Fix some shadowing warnings.
This commit is contained in:
parent
f13a07fb82
commit
0e04e0c305
4 changed files with 22 additions and 22 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue