| Index: runtime/vm/cpuinfo_linux.cc
|
| diff --git a/runtime/vm/cpuinfo_linux.cc b/runtime/vm/cpuinfo_linux.cc
|
| index 6f47be0a465a892593e8be0a547ebb0e491590d5..232b4091c59fbde308f242abaf18efab9ef4aa17 100644
|
| --- a/runtime/vm/cpuinfo_linux.cc
|
| +++ b/runtime/vm/cpuinfo_linux.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "vm/globals.h"
|
| -#if defined(TARGET_OS_LINUX)
|
| +#if defined(HOST_OS_LINUX)
|
|
|
| #include "vm/cpuinfo.h"
|
| #include "vm/cpuid.h"
|
| @@ -106,4 +106,4 @@ bool CpuInfo::HasField(const char* field) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_LINUX)
|
| +#endif // defined(HOST_OS_LINUX)
|
|
|