Skip to content

Commit

Permalink
Bug 997353 - Make powerpc not use static page sizes in mozjemalloc. r…
Browse files Browse the repository at this point in the history
…=njn

__powerpc__ covers powerpc and powerpc64.

Differential Revision: https://phabricator.services.mozilla.com/D33750
  • Loading branch information
glandium committed Jun 6, 2019
1 parent b60081e commit 8613243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/build/mozjemalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ using namespace mozilla;
// Debug builds are opted out too, for test coverage.
#ifndef MOZ_DEBUG
# if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \
!defined(__aarch64__)
!defined(__aarch64__) && !defined(__powerpc__)
# define MALLOC_STATIC_PAGESIZE 1
# endif
#endif
Expand Down

0 comments on commit 8613243

Please sign in to comment.