| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index dd8c1195b8032ef78a88f235dbbfedebd6dd6274..d7dad5a5b1b4bba8a9da5792755d5fe09162619b 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -182,11 +182,11 @@ class MacroAssembler: public Assembler {
|
| void Call(Address target, RelocInfo::Mode rmode, COND_ARGS);
|
| static int CallSize(Handle<Code> code,
|
| RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
|
| - unsigned ast_id = kNoASTId,
|
| + TypeFeedbackId ast_id = TypeFeedbackId::None(),
|
| COND_ARGS);
|
| void Call(Handle<Code> code,
|
| RelocInfo::Mode rmode = RelocInfo::CODE_TARGET,
|
| - unsigned ast_id = kNoASTId,
|
| + TypeFeedbackId ast_id = TypeFeedbackId::None(),
|
| COND_ARGS);
|
| void Ret(COND_ARGS);
|
| inline void Ret(BranchDelaySlot bd, Condition cond = al,
|
|
|