0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-05 08:11:16 +00:00
Files
termux-packages/x11-packages/electron-host-tools-for-code-oss/cr-patches/1501-v8-fix-compress-pointer-offset.patch
2025-05-12 15:06:25 +08:00

12 lines
435 B
Diff

--- a/v8/include/v8-internal.h
+++ b/v8/include/v8-internal.h
@@ -242,7 +242,7 @@
#ifdef V8_COMPRESS_POINTERS
-#ifdef V8_TARGET_OS_ANDROID
+#if defined(V8_TARGET_OS_ANDROID) && !defined(__TERMUX__)
// The size of the virtual memory reservation for an external pointer table.
// This determines the maximum number of entries in a table. Using a maximum
// size allows omitting bounds checks on table accesses if the indices are