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

Unified Diff: src/vm/assembler_arm_thumb_linux.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « src/vm/assembler_arm_macos.cc ('k') | src/vm/assembler_x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler_arm_thumb_linux.cc
diff --git a/src/vm/assembler_arm_thumb_linux.cc b/src/vm/assembler_arm_thumb_linux.cc
index c36c5f8e34ac76d1e4c377962df1e5026195066f..f13d35a5cc37db8594a910ee5d584b8a9384d313 100644
--- a/src/vm/assembler_arm_thumb_linux.cc
+++ b/src/vm/assembler_arm_thumb_linux.cc
@@ -2,13 +2,13 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#if defined(FLETCH_TARGET_ARM) && defined(FLETCH_TARGET_OS_LINUX) && \
- defined(FLETCH_THUMB_ONLY)
+#if defined(DARTINO_TARGET_ARM) && defined(DARTINO_TARGET_OS_LINUX) && \
+ defined(DARTINO_THUMB_ONLY)
#include <stdio.h>
#include "src/vm/assembler.h"
-namespace fletch {
+namespace dartino {
void Assembler::Bind(const char* prefix, const char* name) {
putchar('\n');
@@ -22,7 +22,7 @@ void Assembler::DefineLong(const char* name) { printf("\t.long %s\n", name); }
const char* Assembler::LabelPrefix() { return ""; }
-} // namespace fletch
+} // namespace dartino
-#endif // defined(FLETCH_TARGET_ARM) && defined(FLETCH_TARGET_OS_LINUX) &&
- // defined(FLETCH_THUMB_ONLY)
+#endif // defined(DARTINO_TARGET_ARM) && defined(DARTINO_TARGET_OS_LINUX) &&
+ // defined(DARTINO_THUMB_ONLY)
« no previous file with comments | « src/vm/assembler_arm_macos.cc ('k') | src/vm/assembler_x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698