16 lines
509 B
Diff
16 lines
509 B
Diff
"Taken from firefox-esr"
|
|
--- a/js/src/wasm/WasmSignalHandlers.cpp
|
|
+++ b/js/src/wasm/WasmSignalHandlers.cpp
|
|
@@ -243,9 +243,9 @@
|
|
// If you run into compile problems on a tier-3 platform, you can disable the
|
|
// emulation here.
|
|
|
|
-#if defined(__linux__) && defined(__arm__)
|
|
-# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
|
|
-#endif
|
|
+// #if defined(__linux__) && defined(__arm__)
|
|
+// # define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
|
|
+// #endif
|
|
|
|
#ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
|
|
# include <sys/user.h>
|