Index: src/arm/frames-arm.h |
diff --git a/src/arm/frames-arm.h b/src/arm/frames-arm.h |
index 0874c092744c7465f01f5d6000c8b25db682334d..4924c1aeb93b9d5c7eed3e692e825dfe32955408 100644 |
--- a/src/arm/frames-arm.h |
+++ b/src/arm/frames-arm.h |
@@ -100,7 +100,7 @@ class ExitFrameConstants : public AllStatic { |
static const int kSPDisplacement = -1 * kPointerSize; |
// The debug marker is just above the frame pointer. |
- static const int kDebugMarkOffset = -1 * kPointerSize; |
+ static const int kCodeOffset = -1 * kPointerSize; |
static const int kSavedRegistersOffset = 0 * kPointerSize; |