| 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);
|
| }
|
|
|
|
|