summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution/arm64/frame-constants-arm64.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution/arm64/frame-constants-arm64.h')
-rw-r--r--deps/v8/src/execution/arm64/frame-constants-arm64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/execution/arm64/frame-constants-arm64.h b/deps/v8/src/execution/arm64/frame-constants-arm64.h
index d69a90c112..baeb08501f 100644
--- a/deps/v8/src/execution/arm64/frame-constants-arm64.h
+++ b/deps/v8/src/execution/arm64/frame-constants-arm64.h
@@ -49,7 +49,7 @@ class EntryFrameConstants : public AllStatic {
public:
// This is the offset to where JSEntry pushes the current value of
// Isolate::c_entry_fp onto the stack.
- static constexpr int kCallerFPOffset = -3 * kSystemPointerSize;
+ static constexpr int kNextExitFrameFPOffset = -3 * kSystemPointerSize;
static constexpr int kFixedFrameSize = 4 * kSystemPointerSize;
// The following constants are defined so we can static-assert their values