Index: src/regexp/mips64/regexp-macro-assembler-mips64.cc |
diff --git a/src/regexp/mips64/regexp-macro-assembler-mips64.cc b/src/regexp/mips64/regexp-macro-assembler-mips64.cc |
index 40f29740eb4f770022ae269ae4eb19698aa704b0..b064f50b75e34ed49af31a347b16f369b584126c 100644 |
--- a/src/regexp/mips64/regexp-macro-assembler-mips64.cc |
+++ b/src/regexp/mips64/regexp-macro-assembler-mips64.cc |
@@ -362,7 +362,7 @@ void RegExpMacroAssemblerMIPS::CheckNotBackReferenceIgnoreCase( |
// Isolate. |
#ifdef V8_I18N_SUPPORT |
if (unicode) { |
- __ li(a3, Operand(zero_reg)); |
+ __ mov(a3, zero_reg); |
} else // NOLINT |
#endif // V8_I18N_SUPPORT |
{ |