зеркало из https://github.com/mozilla/pjs.git
Bug 432430: fail the compilation if __arm__ is not defined.
This commit is contained in:
Родитель
67cab1b501
Коммит
73f78af198
|
@ -102,6 +102,10 @@
|
|||
#define PR_BYTES_PER_WORD_LOG2 2
|
||||
#define PR_BYTES_PER_DWORD_LOG2 3
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown CPU architecture"
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_LONG_LONG
|
||||
|
|
Загрузка…
Ссылка в новой задаче