src/cpu/mips/vm/vm_version_mips.cpp

changeset 212
a511e4b27f56
parent 209
994cec5b3f6f
child 213
45cd2837a395
     1.1 --- a/src/cpu/mips/vm/vm_version_mips.cpp	Wed Dec 21 15:56:19 2016 +0800
     1.2 +++ b/src/cpu/mips/vm/vm_version_mips.cpp	Tue Jan 17 21:53:02 2017 -0500
     1.3 @@ -104,7 +104,7 @@
     1.4      }
     1.5    }
     1.6    if (UseLoongsonISA)
     1.7 -    UseCountTrailingZerosInstruction = true;
     1.8 +    UseCountTrailingZerosInstruction = false;  // Turn on this flag may cause SIGILL on 3B1500
     1.9  #endif
    1.10    UseSSE = 0; // Only on x86 and x64
    1.11  	

mercurial