Another Linux build fix.

Also, some trivial changes I'm too lazy to separate out.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1249 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9
2008-11-22 20:20:14 +00:00
parent eab369321c
commit 05058b9684
2 changed files with 6 additions and 3 deletions

View File

@ -160,7 +160,7 @@ namespace Gen
return false;
return GetSimpleReg() == reg;
}
bool CanDoOpWith(OpArg &other) const
bool CanDoOpWith(const OpArg &other) const
{
if (IsSimpleReg()) return true;
if (!IsSimpleReg() && !other.IsSimpleReg() && !other.IsImm()) return false;
@ -520,6 +520,8 @@ namespace Gen
void PMOVMSKB(X64Reg dest, OpArg arg);
void PSHUFB(X64Reg dest, OpArg arg);
void RTDSC();
namespace Util
{
// Sets up a __cdecl function.