| Index: runtime/vm/virtual_memory_linux.cc
|
| diff --git a/runtime/vm/virtual_memory_linux.cc b/runtime/vm/virtual_memory_linux.cc
|
| index cc571396fdb7ec4255c26e36b194d2c01f1a56db..1efee89f88f0d859ef4bd6436265967e3406d923 100644
|
| --- a/runtime/vm/virtual_memory_linux.cc
|
| +++ b/runtime/vm/virtual_memory_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/virtual_memory.h"
|
|
|
| @@ -111,4 +111,4 @@ bool VirtualMemory::Protect(void* address, intptr_t size, Protection mode) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_LINUX)
|
| +#endif // defined(HOST_OS_LINUX)
|
|
|