| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index c4f79c9710faf9238dfafa1b90db408a6cd59eed..801c832ccf4631a3c22fdeb0ab00c9ff5a06e097 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -323,7 +323,10 @@
|
| PointersToHereCheck pointers_to_here_check_for_value =
|
| kPointersToHereMaybeInteresting);
|
|
|
| - // Frame restart support.
|
| + // ---------------------------------------------------------------------------
|
| + // Debugger Support
|
| +
|
| + void DebugBreak();
|
| void MaybeDropFrames();
|
|
|
| // Generates function and stub prologue code.
|
|
|