| Index: src/ia32/interface-descriptors-ia32.cc
|
| diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc
|
| index 76a11dbc8213d5aeeb265831f3531d81bc43c2d7..fcb0766052db80428489a857bded2505385724a2 100644
|
| --- a/src/ia32/interface-descriptors-ia32.cc
|
| +++ b/src/ia32/interface-descriptors-ia32.cc
|
| @@ -348,6 +348,7 @@ void ArgumentAdaptorDescriptor::InitializePlatformSpecific(
|
| CallInterfaceDescriptorData* data) {
|
| Register registers[] = {
|
| edi, // JSFunction
|
| + edx, // the new target
|
| eax, // actual number of arguments
|
| ebx, // expected number of arguments
|
| };
|
|
|