buildfix for r3671
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3673 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
68a384f803
commit
76b5bd49f8
|
@ -430,7 +430,7 @@ static OpArg regBuildMemAddress(RegInfo& RI, InstLoc I, InstLoc AI,
|
||||||
#ifdef _M_IX86
|
#ifdef _M_IX86
|
||||||
return MDisp(baseReg, (u32)Memory::base + offset + ProfileOffset);
|
return MDisp(baseReg, (u32)Memory::base + offset + ProfileOffset);
|
||||||
#else
|
#else
|
||||||
LEA(32, EAX, MDisp(baseReg, offset + ProfileOffset));
|
RI.Jit->LEA(32, EAX, MDisp(baseReg, offset + ProfileOffset));
|
||||||
return MComplex(RBX, EAX, 1, 0);
|
return MComplex(RBX, EAX, 1, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue