Index: src/x64/frames-x64.h |
diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h |
index 6eb02a9179c64f3fca37202878b2765c3041071e..1fb77ffa6cd118597ec7029d6267c429b866f9ad 100644 |
--- a/src/x64/frames-x64.h |
+++ b/src/x64/frames-x64.h |
@@ -77,6 +77,8 @@ class ExitFrameConstants : public AllStatic { |
// FP-relative displacement of the caller's SP. It points just |
// below the saved PC. |
static const int kCallerSPDisplacement = kCallerPCOffset + kPCOnStackSize; |
+ |
+ static const int kConstantPoolOffset = 0; // Not used |
}; |