summaryrefslogtreecommitdiff
path: root/libartbase/base/mem_map.h
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-01-23 16:01:44 -0800
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-01-23 16:01:44 -0800
commit35f3a8a1c34cb233fee43885cf4626dfb45f6bbe (patch)
tree8ebf0b5e4c8471f832bb4b1061574607baa81364 /libartbase/base/mem_map.h
parentaa717c9dce95d4353e20b21aa0225d4fd8238a6f (diff)
parent98645abb2142fdb6dda39384b6764b89d09a7625 (diff)
Snap for 12962709 from 98645abb2142fdb6dda39384b6764b89d09a7625 to 25Q2-release
Change-Id: Ic3f7c0489bb4d5c52f48349e87b01521bd56c396
Diffstat (limited to 'libartbase/base/mem_map.h')
-rw-r--r--libartbase/base/mem_map.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libartbase/base/mem_map.h b/libartbase/base/mem_map.h
index 4b4a56a23f..db60c9443e 100644
--- a/libartbase/base/mem_map.h
+++ b/libartbase/base/mem_map.h
@@ -37,13 +37,9 @@
namespace art {
-#if defined(__LP64__) && !defined(__Fuchsia__) && \
- (defined(__aarch64__) || defined(__riscv) || defined(__APPLE__))
+#if defined(__LP64__) && !defined(__Fuchsia__) && !defined(_WINDOWS_)
#define USE_ART_LOW_4G_ALLOCATOR 1
#else
-#if defined(__LP64__) && !defined(__Fuchsia__) && !defined(__x86_64__)
-#error "Unrecognized 64-bit architecture."
-#endif
#define USE_ART_LOW_4G_ALLOCATOR 0
#endif