#ifdef __APPLE__ && _M_X64 needs to be #if defined(__APPLE__) && _M_X64, etc

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5229 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-03-24 05:11:26 +00:00
parent 2e622c17dc
commit ea90996852
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ void Jit64::stX(UGeckoInstruction inst)
case 38: accessSize = 8; break; //stb
default: _assert_msg_(DYNA_REC, 0, "AWETKLJASDLKF"); return;
}
#ifndef __APPLE__ && _M_X64
#if !defined(__APPLE__) && _M_X64
// This code path fails in OSX, not 100% sure why, seems to be from the gpr.SetImmediate
if (gpr.R(a).IsImm())
{

View File

@ -38,7 +38,7 @@ using namespace Gen;
static int temp32;
#ifdef __APPLE__ && _M_X64
#if defined(__APPLE__) && _M_X64
void CommonAsmRoutines::GenFifoWrite(int size)
{
// Assume value in ABI_PARAM1