Index: src/mips64/interface-descriptors-mips64.cc |
diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc |
index 8b390e307219ecf102b882dc48cbc88fa8f0db87..9421c9a935fc6ad6e679d1648d4fef7b9813086b 100644 |
--- a/src/mips64/interface-descriptors-mips64.cc |
+++ b/src/mips64/interface-descriptors-mips64.cc |
@@ -342,6 +342,7 @@ void ArgumentAdaptorDescriptor::InitializePlatformSpecific( |
CallInterfaceDescriptorData* data) { |
Register registers[] = { |
a1, // JSFunction |
+ a3, // the new target |
a0, // actual number of arguments |
a2, // expected number of arguments |
}; |