7cec629479
One has to roll hew own tarball with the IceCat 68 branch. There are no official release tarballs anymore as it seems. https://git.savannah.gnu.org/cgit/gnuzilla.git/log/?h=68 The result of me running ./makeicecat is available on my https://distfiles.voidlinux.de site. It should perhaps be moved to voidlinux.org distfiles.
15 lines
480 B
Diff
15 lines
480 B
Diff
--- js/src/wasm/WasmSignalHandlers.cpp
|
|
+++ 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>
|