| Index: runtime/vm/intrinsifier_mips.cc
|
| diff --git a/runtime/vm/intrinsifier_mips.cc b/runtime/vm/intrinsifier_mips.cc
|
| index 57cb4d6fcca0e90e68e0dcceea55c0e223860911..7d231d7c1373f7bc774a3055b10a8aa60e85ca95 100644
|
| --- a/runtime/vm/intrinsifier_mips.cc
|
| +++ b/runtime/vm/intrinsifier_mips.cc
|
| @@ -2168,7 +2168,7 @@ void Intrinsifier::TwoByteString_equality(Assembler* assembler) {
|
|
|
|
|
| void Intrinsifier::JSRegExp_ExecuteMatch(Assembler* assembler) {
|
| - if (FLAG_interpret_irregexp) return;
|
| + if (FLAG_precompiled_mode) return;
|
|
|
| static const intptr_t kRegExpParamOffset = 2 * kWordSize;
|
| static const intptr_t kStringParamOffset = 1 * kWordSize;
|
|
|