Skip to content

Commit 4899f58

Browse files
author
minggo
committed
Merge pull request #69 from Dhilan007/v2-226
Add support x86_64 for iOS simulator
2 parents 32a6481 + 8a32f94 commit 4899f58

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

scripting/javascript/spidermonkey-ios/include/js-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/* #undef JS_INT32_TYPE */
5757
/* #undef JS_INT64_TYPE */
5858
/* #undef JS_INTPTR_TYPE */
59-
#if __arm64__
59+
#if defined(__LP64__) && __LP64__
6060
#define JS_BYTES_PER_WORD 8
6161
#else
6262
#define JS_BYTES_PER_WORD 4
4.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)