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

Unified Diff: src/ppc/interface-descriptors-ppc.cc

Issue 1228393005: PPC: This CL also adds hydrogen stubs for global loads and global stores, full-codegen and TurboFan… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ppc/interface-descriptors-ppc.cc
diff --git a/src/ppc/interface-descriptors-ppc.cc b/src/ppc/interface-descriptors-ppc.cc
index f3bf54946ad4eb79cf04bee23137791fdd185af1..8d1bfca90bafb38173e3f5f22a5343e808cf7270 100644
--- a/src/ppc/interface-descriptors-ppc.cc
+++ b/src/ppc/interface-descriptors-ppc.cc
@@ -38,7 +38,7 @@ const Register StoreTransitionDescriptor::MapRegister() { return r6; }
const Register LoadGlobalViaContextDescriptor::DepthRegister() { return r4; }
const Register LoadGlobalViaContextDescriptor::SlotRegister() { return r5; }
-const Register LoadGlobalViaContextDescriptor::NameRegister() { return r3; }
+const Register LoadGlobalViaContextDescriptor::NameRegister() { return r6; }
const Register StoreGlobalViaContextDescriptor::DepthRegister() { return r4; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698