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

Unified Diff: runtime/vm/assembler_x64.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_mips_test.cc ('k') | runtime/vm/atomic_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/assembler_x64.cc
diff --git a/runtime/vm/assembler_x64.cc b/runtime/vm/assembler_x64.cc
index 0d854e76772fe007d076bdba3592d8d9e71d9ba2..0a3f6dcfa91a6fcb76c0bdeb4b34bac9327fffad 100644
--- a/runtime/vm/assembler_x64.cc
+++ b/runtime/vm/assembler_x64.cc
@@ -27,7 +27,7 @@ Assembler::Assembler(bool use_far_branches)
has_single_entry_point_(true),
comments_(),
constant_pool_allowed_(false) {
- // Far branching mode is only needed and implemented for MIPS and ARM.
+ // Far branching mode is only needed and implemented for ARM.
ASSERT(!use_far_branches);
}
« no previous file with comments | « runtime/vm/assembler_mips_test.cc ('k') | runtime/vm/atomic_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698