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

Unified Diff: src/ppc/full-codegen-ppc.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/ppc/frames-ppc.h ('k') | src/x64/frames-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ppc/full-codegen-ppc.cc
diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc
index e8bae824a65eaaaf4385cbc4cf843c334f17289a..207e2dd1f1b949382eea42eb70992cc44973734b 100644
--- a/src/ppc/full-codegen-ppc.cc
+++ b/src/ppc/full-codegen-ppc.cc
@@ -276,8 +276,8 @@ void FullCodeGenerator::Generate() {
Label non_construct_frame, done;
__ bne(&non_construct_frame);
- __ LoadP(r3, MemOperand(r5, StandardFrameConstants::kExpressionsOffset -
- 2 * kPointerSize));
+ __ LoadP(r3, MemOperand(
+ r5, ConstructFrameConstants::kOriginalConstructorOffset));
__ b(&done);
__ bind(&non_construct_frame);
« no previous file with comments | « src/ppc/frames-ppc.h ('k') | src/x64/frames-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698