зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1325495 - js:jit: Use PowerPC atomic operations on hppa. r=jandem
This commit is contained in:
Родитель
4c646fc44c
Коммит
a661d573ed
|
@ -341,6 +341,8 @@ AtomicOperations::isLockfree(int32_t size)
|
|||
# include "jit/none/AtomicOperations-ppc.h"
|
||||
# elif defined(__aarch64__)
|
||||
# include "jit/arm64/AtomicOperations-arm64.h"
|
||||
# elif defined(__hppa__)
|
||||
# include "jit/none/AtomicOperations-ppc.h"
|
||||
# else
|
||||
# include "jit/none/AtomicOperations-none.h" // These MOZ_CRASH() always
|
||||
# endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче