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

Unified Diff: runtime/vm/malloc_hooks_mips.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_mips.cc
diff --git a/runtime/vm/malloc_hooks_mips.cc b/runtime/vm/malloc_hooks_mips.cc
index b7aad4893be2ee52010e1e3a81bdccbc70545a14..98c4b31c8b4d0bf12f7a49c28e822788127f56c7 100644
--- a/runtime/vm/malloc_hooks_mips.cc
+++ b/runtime/vm/malloc_hooks_mips.cc
@@ -6,7 +6,7 @@
#include "vm/globals.h"
-#if defined(TARGET_ARCH_MIPS)
+#if defined(HOST_ARCH_MIPS)
namespace dart {
@@ -14,4 +14,4 @@ const intptr_t kSkipCount = 5;
} // namespace dart
-#endif // defined(TARGET_ARCH_MIPS)
+#endif // defined(HOST_ARCH_MIPS)

Powered by Google App Engine
This is Rietveld 408576698