1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 21:14:33 +00:00

Update to librewolf-nightly changes

This commit is contained in:
dr460nf1r3
2021-03-06 12:56:58 +01:00
parent f3159c278b
commit 169e8be831
6 changed files with 196 additions and 28 deletions

12
arm.patch Normal file
View File

@ -0,0 +1,12 @@
diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp
index f8977a6..34f52fc 100644
--- a/js/src/wasm/WasmSignalHandlers.cpp
+++ b/js/src/wasm/WasmSignalHandlers.cpp
@@ -247,7 +247,7 @@ using mozilla::DebugOnly;
// If you run into compile problems on a tier-3 platform, you can disable the
// emulation here.
-#if defined(__linux__) && defined(__arm__)
+#if 0 && defined(__linux__) && defined(__arm__)
# define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS
#endif