1 --- src/3rdparty/chromium/v8/src/base/cpu.cc.orig 2021-12-15 16:12:54 UTC 2 +++ src/3rdparty/chromium/v8/src/base/cpu.cc 3 @@ -534,6 +534,7 @@ CPU::CPU() 4 5 #if V8_OS_LINUX 6 7 +#if V8_OS_LINUX 8 CPUInfo cpu_info; 9 10 // Extract implementor from the "CPU implementer" field. 11 @@ -567,6 +568,7 @@ CPU::CPU() 12 } 13 delete[] part; 14 } 15 +#endif 16 17 // Extract architecture from the "CPU Architecture" field. 18 // The list is well-known, unlike the the output of 19