12 lines
544 B
Diff
12 lines
544 B
Diff
--- a/src/3rdparty/chromium/base/allocator/partition_allocator/partition_alloc.gni 2023-10-03 21:49:54.000000000 +0200
|
|
+++ - 2023-10-27 19:05:06.146398062 +0200
|
|
@@ -14,7 +14,7 @@
|
|
if (is_nacl) {
|
|
# NaCl targets don't use 64-bit pointers.
|
|
has_64_bit_pointers = false
|
|
-} else if (current_cpu == "x64" || current_cpu == "arm64") {
|
|
+} else if (current_cpu == "x64" || current_cpu == "arm64" || current_cpu == "riscv64") {
|
|
has_64_bit_pointers = true
|
|
} else if (current_cpu == "x86" || current_cpu == "arm") {
|
|
has_64_bit_pointers = false
|