Temporarily disable VCMP on ARM. Let's see if this fixes #3071 , if so I have debugging to do.

This commit is contained in:
Henrik Rydgard 2013-08-14 17:41:16 +02:00
parent df3a1d5e1c
commit 0a5c942daf

View file

@ -1306,6 +1306,9 @@ namespace MIPSComp
void Jit::Comp_Vcmp(u32 op) {
CONDITIONAL_DISABLE;
// Temporary to test what it breaks, it mostly works.
DISABLE;
if (js.HasUnknownPrefix() || disablePrefixes)
DISABLE;