patch-js_src_yarr_BumpPointerAllocator_h 432 B

1234567891011
  1. --- mozilla-release.orig/js/src/yarr/BumpPointerAllocator.h 2013-09-11 01:15:09.000000000 +0200
  2. +++ mozilla-release/js/src/yarr/BumpPointerAllocator.h 2013-10-28 12:44:10.000000000 +0100
  3. @@ -38,6 +38,8 @@ namespace WTF {
  4. #define MINIMUM_BUMP_POOL_SIZE 0x2000
  5. #elif WTF_CPU_IA64
  6. #define MINIMUM_BUMP_POOL_SIZE 0x4000
  7. +#elif WTF_CPU_MIPS
  8. +#define MINIMUM_BUMP_POOL_SIZE 0x4000
  9. #else
  10. #define MINIMUM_BUMP_POOL_SIZE 0x1000
  11. #endif