mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
fix 64-bit build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1579 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4ac1d4d2b3
commit
feb8dc7e6b
1 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ void stfsx(UGeckoInstruction inst)
|
|||
INSTRUCTION_START;
|
||||
#ifdef _M_X64
|
||||
Default(inst); return;
|
||||
#endif
|
||||
#else
|
||||
gpr.FlushLockX(ABI_PARAM1);
|
||||
fpr.Lock(inst.RS);
|
||||
MOV(32, R(ABI_PARAM1), gpr.R(inst.RB));
|
||||
|
@ -295,7 +295,7 @@ void stfsx(UGeckoInstruction inst)
|
|||
MOV(32, MDisp(ABI_PARAM1, (u32)Memory::base), R(EAX));
|
||||
gpr.UnlockAllX();
|
||||
fpr.UnlockAll();
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue