Build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@123 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9a4c66e066
commit
e5940d12dc
|
@ -6,6 +6,7 @@
|
|||
#include "../../HW/Memmap.h"
|
||||
|
||||
#include "x64Emitter.h"
|
||||
#include "ABI.h"
|
||||
#include "x64Analyzer.h"
|
||||
|
||||
#include "StringUtil.h"
|
||||
|
|
|
@ -204,6 +204,7 @@ void psq_st(UGeckoInstruction inst)
|
|||
MOV(32, MComplex(RBX, ABI_PARAM2, SCALE_1, 0), R(ABI_PARAM1));
|
||||
#else
|
||||
BSWAP(32, ABI_PARAM1);
|
||||
PUSH(32, R(ABI_PARAM1));
|
||||
CALL(&Memory::Write_U32);
|
||||
#endif
|
||||
if (update)
|
||||
|
|
Loading…
Reference in New Issue