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

Unified Diff: runtime/vm/assembler.cc

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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 | « runtime/vm/assembler.h ('k') | runtime/vm/assembler_ia32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler.cc
diff --git a/runtime/vm/assembler.cc b/runtime/vm/assembler.cc
index 77d61b0de0f1fe4781cb471ed701123c1b849ea3..884326f397d9dd1dc9c89256655b96da446e4ef9 100644
--- a/runtime/vm/assembler.cc
+++ b/runtime/vm/assembler.cc
@@ -22,11 +22,8 @@ DEFINE_FLAG(bool,
code_comments,
false,
"Include comments into code and disassembly");
-#if defined(TARGET_ARCH_ARM) || defined(TARGET_ARCH_MIPS)
-DEFINE_FLAG(bool,
- use_far_branches,
- false,
- "Enable far branches for ARM and MIPS");
+#if defined(TARGET_ARCH_ARM)
+DEFINE_FLAG(bool, use_far_branches, false, "Enable far branches for ARM.");
#endif
static uword NewContents(intptr_t capacity) {
« no previous file with comments | « runtime/vm/assembler.h ('k') | runtime/vm/assembler_ia32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698