Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:GA
MozillaFirefox.9289
mozilla-s390-nojit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-s390-nojit.patch of Package MozillaFirefox.9289
# HG changeset patch # Parent 83e56a45f3fec6e2bf71f83bfe911c5fe69b153f # Parent c782569a06e684f3cfdcdf47f3b3ab4597da87d8 Use atomic operations from ppc on s390 to prevent crashes in MOZ_CRASH() when JIT is disabled diff --git a/js/src/jit/AtomicOperations.h b/js/src/jit/AtomicOperations.h --- a/js/src/jit/AtomicOperations.h +++ b/js/src/jit/AtomicOperations.h @@ -374,16 +374,18 @@ AtomicOperations::isLockfreeJS(int32_t s # error "No AtomicOperations support for this platform+compiler combination" # endif #elif defined(__ppc__) || defined(__PPC__) # include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__sparc__) # include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__ppc64__) || defined(__PPC64__) || defined(__ppc64le__) || defined(__PPC64LE__) # include "jit/none/AtomicOperations-feeling-lucky.h" +#elif defined(__s390x__) || defined(__s390__) +# include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__alpha__) # include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__hppa__) # include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__sh__) # include "jit/none/AtomicOperations-feeling-lucky.h" #elif defined(__s390__) || defined(__s390x__) # include "jit/none/AtomicOperations-feeling-lucky.h"
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