Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: runtime/vm/malloc_hooks_ia32.cc

Issue 2828383002: When collecting traces for native allocation, we depend on the architecture the native code is runn… (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/malloc_hooks_ia32.cc
diff --git a/runtime/vm/malloc_hooks_ia32.cc b/runtime/vm/malloc_hooks_ia32.cc
index 5aae5ea92b27428fa10b214091c6446cffaab9e4..48bb75f563abc2e0e6204d01c02c27469cbc50f0 100644
--- a/runtime/vm/malloc_hooks_ia32.cc
+++ b/runtime/vm/malloc_hooks_ia32.cc
@@ -6,7 +6,7 @@
#include "vm/globals.h"
-#if defined(TARGET_ARCH_IA32)
+#if defined(HOST_ARCH_IA32)
namespace dart {
@@ -14,4 +14,4 @@ const intptr_t kSkipCount = 5;
} // namespace dart
-#endif // defined(TARGET_ARCH_IA32)
+#endif // defined(HOST_ARCH_IA32)

Powered by Google App Engine
This is Rietveld 408576698