| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 14090f3fa3ec749886b1554a1e40230dba53da89..71e39956df74d852272460b5a931dc880f9aef59 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -789,7 +789,9 @@ class Assembler : public ValueObject {
|
| }
|
|
|
| // Index of constant pool entries pointing to debugger stubs.
|
| - static const int kBreakpointRuntimeCPIndex = 5;
|
| + static const int kICCallBreakpointCPIndex = 5;
|
| + static const int kClosureCallBreakpointCPIndex = 6;
|
| + static const int kRuntimeCallBreakpointCPIndex = 7;
|
|
|
| void LoadPoolPointer(Register pp);
|
|
|
|
|