| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index cdbd10331aa52d4d19361fa7c31a39992a750716..c46cfdcef732c4e67996b1906dbe5fd819c6a522 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1323,6 +1323,9 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| // Store the function for the given builtin in the target register.
|
| void GetBuiltinFunction(Register target, Builtins::JavaScript id);
|
|
|
| + void BranchIfNotBuiltin(Register function, Register temp,
|
| + BuiltinFunctionId id, Label* miss);
|
| +
|
| struct Unresolved {
|
| int pc;
|
| uint32_t flags; // See Bootstrapper::FixupFlags decoders/encoders.
|
|
|