Build fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@123 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2008-08-01 15:49:15 +00:00
parent 9a4c66e066
commit e5940d12dc
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "../../HW/Memmap.h"
#include "x64Emitter.h"
#include "ABI.h"
#include "x64Analyzer.h"
#include "StringUtil.h"

View File

@ -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)