SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: v8/src/trap-handler/trap-handler.h
|
||||
--- v8/src/trap-handler/trap-handler.h.orig
|
||||
+++ v8/src/trap-handler/trap-handler.h
|
||||
@@ -20,7 +20,7 @@ namespace trap_handler {
|
||||
// X64 on Linux, Windows, MacOS, FreeBSD.
|
||||
#if V8_HOST_ARCH_X64 && V8_TARGET_ARCH_X64 && \
|
||||
((V8_OS_LINUX && !V8_OS_ANDROID) || V8_OS_WIN || V8_OS_DARWIN || \
|
||||
- V8_OS_FREEBSD)
|
||||
+ V8_OS_FREEBSD || V8_OS_OPENBSD)
|
||||
#define V8_TRAP_HANDLER_SUPPORTED true
|
||||
// Arm64 (non-simulator) on Mac and Linux.
|
||||
#elif V8_TARGET_ARCH_ARM64 && V8_HOST_ARCH_ARM64 && \
|
Loading…
Add table
Add a link
Reference in a new issue