PKGBUILDs/extra/firefox/arm.patch

16 lines
526 B
Diff
Raw Normal View History

2019-03-22 00:56:22 +00:00
https://bugzilla.mozilla.org/show_bug.cgi?id=1526653
diff --git a/js/src/wasm/WasmSignalHandlers.cpp.orig b/js/src/wasm/WasmSignalHandlers.cpp
2019-05-22 03:24:50 +00:00
index 636537f..0f3461a 100644
2019-03-22 00:56:22 +00:00
--- a/js/src/wasm/WasmSignalHandlers.cpp.orig
+++ b/js/src/wasm/WasmSignalHandlers.cpp
2019-05-22 03:24:50 +00:00
@@ -244,7 +244,7 @@ using mozilla::DebugOnly;
// emulation here.
2019-03-22 00:56:22 +00:00
2019-05-22 03:24:50 +00:00
#if defined(__linux__) && defined(__arm__)
-# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
+//# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
2019-03-22 00:56:22 +00:00
#endif
2019-05-22 03:24:50 +00:00
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS