| Index: src/mips64/assembler-mips64.h | 
| diff --git a/src/mips64/assembler-mips64.h b/src/mips64/assembler-mips64.h | 
| index 480caf8e27ccd7884fd57735442a0fdc4c846c54..8d9e935fd19d1d0ffba326b54d74329c088afcbd 100644 | 
| --- a/src/mips64/assembler-mips64.h | 
| +++ b/src/mips64/assembler-mips64.h | 
| @@ -854,10 +854,10 @@ class Assembler : public AssemblerBase { | 
|  | 
| void movz_s(FPURegister fd, FPURegister fs, Register rt); | 
| void movz_d(FPURegister fd, FPURegister fs, Register rt); | 
| -  void movt_s(FPURegister fd, FPURegister fs, uint16_t cc); | 
| -  void movt_d(FPURegister fd, FPURegister fs, uint16_t cc); | 
| -  void movf_s(FPURegister fd, FPURegister fs, uint16_t cc); | 
| -  void movf_d(FPURegister fd, FPURegister fs, uint16_t cc); | 
| +  void movt_s(FPURegister fd, FPURegister fs, uint16_t cc = 0); | 
| +  void movt_d(FPURegister fd, FPURegister fs, uint16_t cc = 0); | 
| +  void movf_s(FPURegister fd, FPURegister fs, uint16_t cc = 0); | 
| +  void movf_d(FPURegister fd, FPURegister fs, uint16_t cc = 0); | 
| void movn_s(FPURegister fd, FPURegister fs, Register rt); | 
| void movn_d(FPURegister fd, FPURegister fs, Register rt); | 
| // Bit twiddling. | 
|  |