| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index 0d9a6db617f101985626bf942e3cc6cc4ac181cb..581f3020457a7bc96e01e9395d2debeb8ac00011 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1260,13 +1260,10 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| // Like JumpToExternalReference, but also takes care of passing the number
|
| // of parameters.
|
| void TailCallExternalReference(const ExternalReference& ext,
|
| - int num_arguments,
|
| - int result_size);
|
| + int num_arguments);
|
|
|
| // Convenience function: tail call a runtime routine (jump).
|
| - void TailCallRuntime(Runtime::FunctionId fid,
|
| - int num_arguments,
|
| - int result_size);
|
| + void TailCallRuntime(Runtime::FunctionId fid, int num_arguments);
|
|
|
| int CalculateStackPassedWords(int num_reg_arguments,
|
| int num_double_arguments);
|
|
|