mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
11 lines
384 B
C++
11 lines
384 B
C++
--- v8/src/trap-handler/handler-inside-posix.h.orig 2022-04-21 18:48:31 UTC
|
|
+++ v8/src/trap-handler/handler-inside-posix.h
|
|
@@ -13,7 +13,7 @@ namespace v8 {
|
|
namespace internal {
|
|
namespace trap_handler {
|
|
|
|
-#if V8_OS_LINUX || V8_OS_FREEBSD
|
|
+#if V8_OS_LINUX || V8_OS_FREEBSD || V8_OS_OPENBSD
|
|
constexpr int kOobSignal = SIGSEGV;
|
|
#elif V8_OS_DARWIN
|
|
constexpr int kOobSignal = SIGBUS;
|