0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-03 15:25:17 +00:00
Files
termux-packages/x11-packages/chromium-host-tools/cr-patches/1501-v8-fix-compress-pointer-offset.patch
2025-04-14 23:50:29 +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