blob: 36b09a2ec5cfc2c4e82afbaa617e40d531c8d78c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/3rdparty/chromium/v8/src/base/cpu.cc.orig 2018-11-13 18:25:11 UTC
+++ src/3rdparty/chromium/v8/src/base/cpu.cc
@@ -424,6 +424,7 @@ CPU::CPU()
#if V8_OS_LINUX
+#if V8_OS_LINUX
CPUInfo cpu_info;
// Extract implementor from the "CPU implementer" field.
@@ -457,6 +458,7 @@ CPU::CPU()
}
delete[] part;
}
+#endif
// Extract architecture from the "CPU Architecture" field.
// The list is well-known, unlike the the output of
|