| Index: runtime/vm/assembler_x64.h
|
| ===================================================================
|
| --- runtime/vm/assembler_x64.h (revision 31898)
|
| +++ runtime/vm/assembler_x64.h (working copy)
|
| @@ -768,9 +768,8 @@
|
| }
|
|
|
| // Index of constant pool entries pointing to debugger stubs.
|
| - static const int kBreakpointStaticCPIndex = 5;
|
| - static const int kBreakpointDynamicCPIndex = 6;
|
| - static const int kBreakpointRuntimeCPIndex = 7;
|
| + static const int kBreakpointDynamicCPIndex = 5;
|
| + static const int kBreakpointRuntimeCPIndex = 6;
|
|
|
| void LoadPoolPointer(Register pp);
|
|
|
|
|