Index: src/mips/macro-assembler-mips.h |
=================================================================== |
--- src/mips/macro-assembler-mips.h (revision 8492) |
+++ src/mips/macro-assembler-mips.h (working copy) |
@@ -181,8 +181,8 @@ |
#undef DECLARE_BRANCH_PROTOTYPES |
void CallWithAstId(Handle<Code> code, |
- RelocInfo::Mode rmode, |
- unsigned ast_id, |
+ RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, |
+ unsigned ast_id = kNoASTId, |
Condition cond = al, |
Register r1 = zero_reg, |
const Operand& r2 = Operand(zero_reg)); |