Index: src/ppc/interface-descriptors-ppc.cc |
diff --git a/src/ppc/interface-descriptors-ppc.cc b/src/ppc/interface-descriptors-ppc.cc |
index bc188f4be1bb5c5f1bbaf2345713c698756c6a0e..89bd1a695abf7a885cea7105212c819eb6fd15fa 100644 |
--- a/src/ppc/interface-descriptors-ppc.cc |
+++ b/src/ppc/interface-descriptors-ppc.cc |
@@ -390,7 +390,8 @@ void InterpreterPushArgsAndConstructDescriptor::InitializePlatformSpecific( |
r3, // argument count (not including receiver) |
r6, // new target |
r4, // constructor to call |
- r5 // address of the first argument |
+ r5, // allocation site feedback if available, undefined otherwise |
+ r7 // address of the first argument |
}; |
data->InitializePlatformSpecific(arraysize(registers), registers); |
} |