mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
11 lines
465 B
C++
11 lines
465 B
C++
--- v8/src/api/api.cc.orig 2021-11-13 11:05:57 UTC
|
|
+++ v8/src/api/api.cc
|
|
@@ -5767,7 +5767,7 @@ bool v8::V8::Initialize(const int build_config) {
|
|
return true;
|
|
}
|
|
|
|
-#if V8_OS_LINUX || V8_OS_MACOSX
|
|
+#if V8_OS_LINUX || V8_OS_MACOSX || V8_OS_OPENBSD || V8_OS_FREEBSD
|
|
bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info,
|
|
void* context) {
|
|
// When the target code runs on the V8 arm simulator, the trap handler does
|