diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-08 17:27:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-08 17:27:38 +0200 |
commit | 54435d6221d3de6cd3c6af98be527d6ac5f2bbef (patch) | |
tree | 13aebcc7269608600198ad74ee75ba59dc306b60 /mozilla-build-s390.patch | |
parent | e9d4e922d33d6305c213144d36adfb480411e868 (diff) |
firefox4-4.0-0.8.beta5 + sync patches with rawhide
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r-- | mozilla-build-s390.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch new file mode 100644 index 0000000..92f5cbb --- /dev/null +++ b/mozilla-build-s390.patch @@ -0,0 +1,11 @@ +diff -up mozilla-1.9.2/js/src/jstl.h.old mozilla-1.9.2/js/src/jstl.h +--- mozilla-1.9.2/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100 ++++ mozilla-1.9.2/js/src/jstl.h 2010-03-10 12:24:55.000000000 +0100 +@@ -195,7 +195,6 @@ class ReentrancyGuard + static JS_ALWAYS_INLINE size_t + RoundUpPow2(size_t x) + { +- typedef tl::StaticAssert<tl::IsSameType<size_t,JSUword>::result>::result _; + size_t log2 = JS_CEILING_LOG2W(x); + JS_ASSERT(log2 < tl::BitSize<size_t>::result); + size_t result = size_t(1) << log2; |