mozilla-sle11.patch
changeset 568 2c74c5927ea2
parent 382 67f876aafae8
child 680 be770d3cbc02
--- a/mozilla-sle11.patch	Wed Oct 24 10:25:01 2012 +0200
+++ b/mozilla-sle11.patch	Fri Oct 26 13:01:33 2012 +0200
@@ -5,7 +5,7 @@
 diff --git a/xpcom/glue/SSE.cpp b/xpcom/glue/SSE.cpp
 --- a/xpcom/glue/SSE.cpp
 +++ b/xpcom/glue/SSE.cpp
-@@ -44,26 +44,77 @@ namespace {
+@@ -12,26 +12,77 @@ namespace {
  // SSE.h has parallel #ifs which declare MOZILLA_SSE_HAVE_CPUID_DETECTION.
  // We can't declare these functions in the header file, however, because
  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
@@ -80,7 +80,7 @@
 +  return !!(unsigned(regs[reg]) & bit);
  }
  
- #elif defined(_MSC_VER) && _MSC_VER >= 1400 && (defined(_M_IX86) || defined(_M_AMD64))
+ #elif defined(_MSC_VER) && (defined(_M_IX86) || defined(_M_AMD64))
  
  // MSVC 2005 or newer on x86-32 or x86-64
  #include <intrin.h>