Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: src/x64/full-codegen-x64.cc

Issue 1220223005: Cleanup frame description constant. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_graph-builder-new-target
Patch Set: Addressed comments. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/x64/frames-x64.h ('k') | src/x87/frames-x87.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/full-codegen-x64.cc
diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc
index 00a0d8f154080f0e960efce6449bf6ba7f632c27..858fd8167ed57ce3b5b08b5e80d83ff7b004f279 100644
--- a/src/x64/full-codegen-x64.cc
+++ b/src/x64/full-codegen-x64.cc
@@ -261,8 +261,8 @@ void FullCodeGenerator::Generate() {
__ j(not_equal, &non_construct_frame);
// Construct frame
- __ movp(rax, Operand(rax, StandardFrameConstants::kExpressionsOffset -
- 2 * kPointerSize));
+ __ movp(rax,
+ Operand(rax, ConstructFrameConstants::kOriginalConstructorOffset));
__ jmp(&done);
// Non-construct frame
« no previous file with comments | « src/x64/frames-x64.h ('k') | src/x87/frames-x87.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698