| Index: runtime/vm/virtual_memory_macos.cc
|
| diff --git a/runtime/vm/virtual_memory_macos.cc b/runtime/vm/virtual_memory_macos.cc
|
| index bf77b661e9a5312666da11490419cd2baf10543e..967e8e4d3220c8564d575e1e983c5d1f97be1ef9 100644
|
| --- a/runtime/vm/virtual_memory_macos.cc
|
| +++ b/runtime/vm/virtual_memory_macos.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "vm/globals.h"
|
| -#if defined(TARGET_OS_MACOS)
|
| +#if defined(HOST_OS_MACOS)
|
|
|
| #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_MACOS)
|
| +#endif // defined(HOST_OS_MACOS)
|
|
|