src/cpu/mips/vm/vm_version_mips.cpp

changeset 213
45cd2837a395
parent 212
a511e4b27f56
child 254
a280f2ced33e
     1.1 --- a/src/cpu/mips/vm/vm_version_mips.cpp	Tue Jan 17 21:53:02 2017 -0500
     1.2 +++ b/src/cpu/mips/vm/vm_version_mips.cpp	Tue Jan 17 19:57:30 2017 -0500
     1.3 @@ -104,7 +104,7 @@
     1.4      }
     1.5    }
     1.6    if (UseLoongsonISA)
     1.7 -    UseCountTrailingZerosInstruction = false;  // Turn on this flag may cause SIGILL on 3B1500
     1.8 +    UseCountTrailingZerosInstruction = false;  // 2017.01.22 Now this guy is only supported on 3A2000/3A3000.
     1.9  #endif
    1.10    UseSSE = 0; // Only on x86 and x64
    1.11  	

mercurial