Index: runtime/vm/native_arguments.h |
diff --git a/runtime/vm/native_arguments.h b/runtime/vm/native_arguments.h |
index b54499caef34be1522cd135f4e60ac0733b4b010..c63e2c6cc378328394b488db7fba41eb1f56369f 100644 |
--- a/runtime/vm/native_arguments.h |
+++ b/runtime/vm/native_arguments.h |
@@ -33,7 +33,7 @@ class Thread; |
uword current_sp = Simulator::Current()->get_register(SPREG); \ |
ASSERT(Utils::IsAligned(current_sp, OS::ActivationFrameAlignment())); \ |
} |
-#elif defined(TARGET_OS_WINDOWS) |
+#elif defined(HOST_OS_WINDOWS) |
// The compiler may dynamically align the stack on Windows, so do not check. |
#define CHECK_STACK_ALIGNMENT \ |
{} |