Skip to content

Commit

Permalink
Support arm64 devices for inline jit toggle api for testing.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271256
rdar://124978350

Reviewed by Mark Lam.

Support arm64 devices for inline jit toggle api for testing.

* Source/WTF/wtf/PlatformUse.h:

Canonical link: https://commits.webkit.org/276423@main
  • Loading branch information
justinmichaud authored and Justin Michaud committed Mar 20, 2024
1 parent c6ba4e7 commit 41005c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/PlatformUse.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@

#if PLATFORM(IOS) && !PLATFORM(IOS_FAMILY_SIMULATOR) \
&& __IPHONE_OS_VERSION_MAX_ALLOWED >= 170400
#if CPU(ARM64E)
#if CPU(ARM64)
#define USE_INLINE_JIT_PERMISSIONS_API 1
#endif
#endif
Expand Down

0 comments on commit 41005c9

Please sign in to comment.