summaryrefslogtreecommitdiff
path: root/deps/v8/src/execution/ia32/frame-constants-ia32.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/execution/ia32/frame-constants-ia32.h')
-rw-r--r--deps/v8/src/execution/ia32/frame-constants-ia32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/execution/ia32/frame-constants-ia32.h b/deps/v8/src/execution/ia32/frame-constants-ia32.h
index fec118d612..57ac1268ee 100644
--- a/deps/v8/src/execution/ia32/frame-constants-ia32.h
+++ b/deps/v8/src/execution/ia32/frame-constants-ia32.h
@@ -17,7 +17,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 = -6 * kSystemPointerSize;
+ static constexpr int kNextExitFrameFPOffset = -6 * kSystemPointerSize;
// EntryFrame is used by JSEntry, JSConstructEntry and JSRunMicrotasksEntry.
// All of them take |root_register_value| as the first parameter.