| Index: src/arm64/macro-assembler-arm64.h
|
| diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h
|
| index a54ed30a2b07180f7a151ab1d96975559f190353..a218a2b359d3cfd947086ca1b1db95dbb7b1aad8 100644
|
| --- a/src/arm64/macro-assembler-arm64.h
|
| +++ b/src/arm64/macro-assembler-arm64.h
|
| @@ -1159,10 +1159,10 @@ class MacroAssembler : public Assembler {
|
| // the size (in bytes) of the call sequence.
|
| static int CallSize(Register target);
|
| static int CallSize(Label* target);
|
| - static int CallSize(Address target, RelocInfo::Mode rmode);
|
| - static int CallSize(Handle<Code> code,
|
| - RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
|
| - TypeFeedbackId ast_id = TypeFeedbackId::None());
|
| + int CallSize(Address target, RelocInfo::Mode rmode);
|
| + int CallSize(Handle<Code> code,
|
| + RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
|
| + TypeFeedbackId ast_id = TypeFeedbackId::None());
|
|
|
| // Registers used through the invocation chain are hard-coded.
|
| // We force passing the parameters to ensure the contracts are correctly
|
|
|