components/desktop/firefox/patches/firefox31-405-cpu.patch
changeset 5255 cea0e462549a
equal deleted inserted replaced
5252:947514442d05 5255:cea0e462549a
       
     1 Can try removing this one since we are now using GNU compilers.
       
     2  
       
     3 --- mozilla-esr31/js/src/assembler/assembler/MacroAssemblerX86Common.cpp.orig	2015-06-04 17:42:52.915487926 -0700
       
     4 +++ mozilla-esr31/js/src/assembler/assembler/MacroAssemblerX86Common.cpp	2015-06-04 17:42:52.917782337 -0700
       
     5 @@ -31,8 +31,8 @@
       
     6  {
       
     7      // Default the flags value to zero; if the compiler is
       
     8      // not MSVC or GCC we will read this as SSE2 not present.
       
     9 -    int flags_edx = 0;
       
    10 -    int flags_ecx = 0;
       
    11 +    volatile int flags_edx = 0;
       
    12 +    volatile int flags_ecx = 0;
       
    13  #if WTF_COMPILER_MSVC
       
    14  #if WTF_CPU_X86_64
       
    15      int cpuinfo[4];