diff -r 84cdfb476431 -r 8e9195853a32 mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch Tue Nov 19 22:54:22 2019 +0100 @@ -0,0 +1,11 @@ +--- a/js/src/wasm/WasmSignalHandlers.cpp 2019-05-16 11:25:13.260881532 +0200 ++++ b/js/src/wasm/WasmSignalHandlers.cpp 2019-05-16 11:24:35.164589301 +0200 +@@ -243,7 +243,7 @@ using mozilla::DebugOnly; + // emulation here. + + #if defined(__linux__) && defined(__arm__) +-# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS ++// # define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS + #endif + + #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS