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