diff options
Diffstat (limited to 'lang/v8/files/patch-src_api_api.cc')
-rw-r--r-- | lang/v8/files/patch-src_api_api.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/v8/files/patch-src_api_api.cc b/lang/v8/files/patch-src_api_api.cc index 428d8a629cbc..056c643b5194 100644 --- a/lang/v8/files/patch-src_api_api.cc +++ b/lang/v8/files/patch-src_api_api.cc @@ -1,6 +1,6 @@ ---- src/api/api.cc.orig 2021-06-08 16:09:55 UTC +--- src/api/api.cc.orig 2021-10-06 18:22:58 UTC +++ src/api/api.cc -@@ -5764,7 +5764,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -5886,7 +5886,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } @@ -8,4 +8,4 @@ +#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 + #if V8_ENABLE_WEBASSEMBLY && V8_TRAP_HANDLER_SUPPORTED |