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

Unified Diff: src/vm/assembler.h

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/tools/flashtool/main.cc ('k') | src/vm/assembler_arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler.h
diff --git a/src/vm/assembler.h b/src/vm/assembler.h
index 6d63385e2803ee94c104a79b9ebc6b2e3efe781c..4988a27bdfe18ad788eeae4b69c47ff1331b3636 100644
--- a/src/vm/assembler.h
+++ b/src/vm/assembler.h
@@ -7,9 +7,9 @@
#include "src/shared/globals.h"
-#ifdef FLETCH32
+#ifdef DARTINO32
-#if defined(FLETCH_TARGET_ARM)
+#if defined(DARTINO_TARGET_ARM)
#include "src/vm/assembler_arm.h"
#else
#include "src/vm/assembler_x86.h"
« no previous file with comments | « src/tools/flashtool/main.cc ('k') | src/vm/assembler_arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698