blob: 21d3d4fb596d780653fb9efa357abceb4dfac7f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/base/cpu.cc.orig 2021-11-15 18:52:12 UTC
+++ src/base/cpu.cc
@@ -575,6 +575,7 @@ CPU::CPU()
#if V8_OS_LINUX
+#if V8_OS_LINUX
CPUInfo cpu_info;
// Extract implementor from the "CPU implementer" field.
@@ -608,6 +609,7 @@ CPU::CPU()
}
delete[] part;
}
+#endif
// Extract architecture from the "CPU Architecture" field.
// The list is well-known, unlike the the output of
|