arm.patch 526 B

12345678910111213141516
  1. https://bugzilla.mozilla.org/show_bug.cgi?id=1526653
  2. diff --git a/js/src/wasm/WasmSignalHandlers.cpp.orig b/js/src/wasm/WasmSignalHandlers.cpp
  3. index 636537f..0f3461a 100644
  4. --- a/js/src/wasm/WasmSignalHandlers.cpp.orig
  5. +++ b/js/src/wasm/WasmSignalHandlers.cpp
  6. @@ -244,7 +244,7 @@ using mozilla::DebugOnly;
  7. // emulation here.
  8. #if defined(__linux__) && defined(__arm__)
  9. -# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
  10. +//# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
  11. #endif
  12. #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS