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

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

Issue 1583523002: PPC: Make base register containing prologue address explicit. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/crankshaft/ppc/lithium-codegen-ppc.cc ('k') | src/ppc/macro-assembler-ppc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/ppc/full-codegen-ppc.cc
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc
index c554a4e4ce29e53328fbc7018730ee038ffbde1f..d9c324c424598f2830ed8ddd1ffb776a1d0b80f7 100644
--- a/src/full-codegen/ppc/full-codegen-ppc.cc
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc
@@ -135,7 +135,7 @@ void FullCodeGenerator::Generate() {
__ addi(ip, ip, Operand(prologue_offset));
}
info->set_prologue_offset(prologue_offset);
- __ Prologue(info->GeneratePreagedPrologue(), prologue_offset);
+ __ Prologue(info->GeneratePreagedPrologue(), ip, prologue_offset);
{
Comment cmnt(masm_, "[ Allocate locals");
« no previous file with comments | « src/crankshaft/ppc/lithium-codegen-ppc.cc ('k') | src/ppc/macro-assembler-ppc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698