| Index: runtime/vm/assembler_ia32.h
|
| diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
|
| index 9f663c2967fe68abd399931601d9e1d5b02627f6..993da0aa0b0418beadda1bcbc19598a016da3320 100644
|
| --- a/runtime/vm/assembler_ia32.h
|
| +++ b/runtime/vm/assembler_ia32.h
|
| @@ -301,7 +301,7 @@ class Assembler : public ValueObject {
|
| jit_cookie_(0),
|
| comments_(),
|
| code_(Code::ZoneHandle()) {
|
| - // This mode is only needed and implemented for MIPS and ARM.
|
| + // This mode is only needed and implemented for ARM.
|
| ASSERT(!use_far_branches);
|
| }
|
| ~Assembler() {}
|
|
|