Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
MozillaFirefox.20772
mozilla-disable-wasm-emulate-arm-unaligned-fp-a...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch of Package MozillaFirefox.20772
# HG changeset patch # Parent 743f8dc3f009a6020a34e59f42eb061b6e5ff0e1 diff --git a/js/src/wasm/WasmSignalHandlers.cpp b/js/src/wasm/WasmSignalHandlers.cpp --- a/js/src/wasm/WasmSignalHandlers.cpp +++ b/js/src/wasm/WasmSignalHandlers.cpp @@ -240,17 +240,17 @@ using mozilla::DebugOnly; // Those definitions are however not present in the headers of every Linux // distro - Raspbian is known to be a problem, for example. However those // distros are tier-3 platforms. // // 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 +// # define WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS #endif #ifdef WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS # include <sys/user.h> #endif #if defined(ANDROID) // Not all versions of the Android NDK define ucontext_t or mcontext_t.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor