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

Unified Diff: runtime/vm/malloc_hooks_arm.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
« no previous file with comments | « no previous file | runtime/vm/malloc_hooks_arm64.cc » ('j') | runtime/vm/malloc_hooks_arm64.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/malloc_hooks_arm.cc
diff --git a/runtime/vm/malloc_hooks_arm.cc b/runtime/vm/malloc_hooks_arm.cc
index 46fd49c0bdfe0a979c81d35e77af1e382e34b90c..7e857e52bf8557ae7cfe88cbc17ae7a6310fac00 100644
--- a/runtime/vm/malloc_hooks_arm.cc
+++ b/runtime/vm/malloc_hooks_arm.cc
@@ -6,7 +6,7 @@
#include "vm/globals.h"
-#if defined(TARGET_ARCH_ARM)
+#if defined(HOST_ARCH_ARM)
namespace dart {
@@ -14,4 +14,4 @@ const intptr_t kSkipCount = 5;
} // namespace dart
-#endif // defined(TARGET_ARCH_ARM)
+#endif // defined(HOST_ARCH_ARM)
« no previous file with comments | « no previous file | runtime/vm/malloc_hooks_arm64.cc » ('j') | runtime/vm/malloc_hooks_arm64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698