| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index ced06a388ee230923f855e14cc9b11dc7c15af36..799fa6fe9d773c6654126aefc145182a8ae01d3a 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -1652,7 +1652,7 @@ class Assembler : public AssemblerBase {
|
| void RecordGeneratorContinuation();
|
|
|
| // Mark address of a debug break slot.
|
| - void RecordDebugBreakSlot(RelocInfo::Mode mode, int argc = 0);
|
| + void RecordDebugBreakSlot(RelocInfo::Mode mode);
|
|
|
| // Record a comment relocation entry that can be used by a disassembler.
|
| // Use --code-comments to enable.
|
|
|