Index: src/x64/frames-x64.h |
diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h |
index eefaa0aeb5c5185142c3a34fbaefe1af64f51c14..a92b248d886f4ecc26608dc91d63baabea24af55 100644 |
--- a/src/x64/frames-x64.h |
+++ b/src/x64/frames-x64.h |
@@ -63,7 +63,7 @@ class EntryFrameConstants : public AllStatic { |
class ExitFrameConstants : public AllStatic { |
public: |
- static const int kDebugMarkOffset = -2 * kPointerSize; |
+ static const int kCodeOffset = -2 * kPointerSize; |
static const int kSPOffset = -1 * kPointerSize; |
static const int kCallerFPOffset = +0 * kPointerSize; |