1 --- src/3rdparty/chromium/v8/src/sandbox/sandbox.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/v8/src/sandbox/sandbox.cc 3 @@ -59,7 +59,7 @@ static Address DetermineAddressSpaceLimit() { 4 } 5 #endif // V8_TARGET_ARCH_X64 6 7 -#if defined(V8_TARGET_ARCH_ARM64) && defined(V8_TARGET_OS_ANDROID) 8 +#if defined(V8_TARGET_ARCH_ARM64) && (defined(V8_TARGET_OS_ANDROID) || defined(V8_TARGET_OS_OPENBSD)) 9 // On Arm64 Android assume a 40-bit virtual address space (39 bits for 10 // userspace and kernel each) as that appears to be the most common 11 // configuration and there seems to be no easy way to retrieve the actual 12