Commit bd66cc1d authored by Milad Farazmand's avatar Milad Farazmand Committed by Commit Bot

[unwinder] Including all 64bit platforms as set by kRequiresCodeRange

Change-Id: I2de7128210313e40d3c310edd72658180f1ee110
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1968165Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#65485}
parent ff7acbd6
...@@ -8917,9 +8917,8 @@ UnwindState Isolate::GetUnwindState() { ...@@ -8917,9 +8917,8 @@ UnwindState Isolate::GetUnwindState() {
} }
size_t Isolate::CopyCodePages(size_t capacity, MemoryRange* code_pages_out) { size_t Isolate::CopyCodePages(size_t capacity, MemoryRange* code_pages_out) {
#if !defined(V8_TARGET_ARCH_X64) && !defined(V8_TARGET_ARCH_ARM64) && \ #if !defined(V8_TARGET_ARCH_64_BIT) && !defined(V8_TARGET_ARCH_ARM)
!defined(V8_TARGET_ARCH_ARM) // Not implemented on other platforms.
// Not implemented on all platforms.
UNREACHABLE(); UNREACHABLE();
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment