patch-js_src_assembler_wtf_Platform_h 574 B

123456789101112
  1. --- mozilla-release.orig/js/src/assembler/wtf/Platform.h 2013-09-11 01:15:04.000000000 +0200
  2. +++ mozilla-release/js/src/assembler/wtf/Platform.h 2013-10-28 12:43:50.000000000 +0100
  3. @@ -139,8 +139,7 @@
  4. /* WTF_CPU_MIPS - MIPS 32-bit */
  5. /* Note: Only O32 ABI is tested, so we enable it for O32 ABI for now. */
  6. -#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_)) \
  7. - && defined(_ABIO32)
  8. +#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
  9. #define WTF_CPU_MIPS 1
  10. #if defined(__MIPSEB__)
  11. #define WTF_CPU_BIG_ENDIAN 1