mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-03 15:25:17 +00:00
12 lines
435 B
Diff
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
|