| Index: src/mips/assembler-mips.h
|
| diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
|
| index 1f642dec07dbc105048efd84809933f2173bf358..386946dc0cd29caf8c05e18a9a55ff1a1ce96940 100644
|
| --- a/src/mips/assembler-mips.h
|
| +++ b/src/mips/assembler-mips.h
|
| @@ -1063,6 +1063,8 @@ class Assembler : public AssemblerBase {
|
|
|
| // Mark address of a debug break slot.
|
| void RecordDebugBreakSlot();
|
| + void RecordDebugBreakSlotForCall(int argc);
|
| + void RecordDebugBreakSlotForConstructCall();
|
|
|
| // Record the AST id of the CallIC being compiled, so that it can be placed
|
| // in the relocation information.
|
|
|