components/desktop/thunderbird/patches/firefox31-405-cpu.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
     1 Can try removing this one since we are now using GNU compilers.
       
     2  
       
     3 --- comm-esr31/mozilla/js/src/assembler/assembler/MacroAssemblerX86Common.cpp.orig	2015-06-04 17:42:52.915487926 -0700
       
     4 +++ comm-esr31/mozilla/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];