Chromium Code Reviews| Index: runtime/vm/intrinsifier_mips.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_mips.cc (revision 40478) |
| +++ runtime/vm/intrinsifier_mips.cc (working copy) |
| @@ -895,6 +895,10 @@ |
| } |
| +void Intrinsifier::Bigint_mulAdd(Assembler* assembler) { |
| +} |
| + |
| + |
| // Check if the last argument is a double, jump to label 'is_smi' if smi |
| // (easy to convert to double), otherwise jump to label 'not_double_smi', |
| // Returns the last argument in T0. |