| Index: src/ia32/interface-descriptors-ia32.cc
|
| diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc
|
| index afc78377dba5f96febf2cde908bfcc866da84abc..2fdb03b259a6f578c9fa579155ec02c204166f96 100644
|
| --- a/src/ia32/interface-descriptors-ia32.cc
|
| +++ b/src/ia32/interface-descriptors-ia32.cc
|
| @@ -290,7 +290,7 @@ void InternalArrayConstructorDescriptor::InitializePlatformSpecific(
|
| data->InitializePlatformSpecific(arraysize(registers), registers);
|
| }
|
|
|
| -void FastArrayPushDescriptor::InitializePlatformSpecific(
|
| +void VarArgFunctionDescriptor::InitializePlatformSpecific(
|
| CallInterfaceDescriptorData* data) {
|
| // stack param count needs (arg count)
|
| Register registers[] = {eax};
|
|
|