We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32a6481 + 8a32f94 commit 4899f58Copy full SHA for 4899f58
2 files changed
scripting/javascript/spidermonkey-ios/include/js-config.h
@@ -56,7 +56,7 @@
56
/* #undef JS_INT32_TYPE */
57
/* #undef JS_INT64_TYPE */
58
/* #undef JS_INTPTR_TYPE */
59
-#if __arm64__
+#if defined(__LP64__) && __LP64__
60
#define JS_BYTES_PER_WORD 8
61
#else
62
#define JS_BYTES_PER_WORD 4
scripting/javascript/spidermonkey-ios/lib/libjs_static.a
4.66 MB
0 commit comments