| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index f2d36e22e2fd1c4a2cd2265f9c629748eda99f9a..b6dec9e29beeb5b7527ba8575beeba946abd236b 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1071,11 +1071,8 @@ class MacroAssembler: public Assembler {
|
| // function and jumps to the miss label if the fast checks fail. The
|
| // function register will be untouched; the other registers may be
|
| // clobbered.
|
| - void TryGetFunctionPrototype(Register function,
|
| - Register result,
|
| - Register scratch,
|
| - Label* miss,
|
| - bool miss_on_bound_function = false);
|
| + void TryGetFunctionPrototype(Register function, Register result,
|
| + Register scratch, Label* miss);
|
|
|
| void GetObjectType(Register function,
|
| Register map,
|
|
|