minor change: lets x64 build use FPU interpreter if the processor doesn't support SSE...

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@154 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-09-27 10:57:20 +00:00 committed by Gregory Hainaut
parent 42ce99eb21
commit fe00d7871c
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void eeRecompileCodeConstSPECIAL(R5900FNPTR constcode, R5900FNPTR_INFO multicode
#define FPURECOMPILE_CONSTCODE(fn, xmminfo) \
void rec##fn(void) \
{ \
eeFPURecompileCode(rec##fn##_xmm, NULL, xmminfo); \
eeFPURecompileCode(rec##fn##_xmm, fn, xmminfo); \
}
#else
#define FPURECOMPILE_CONSTCODE(fn, xmminfo) \