| Index: src/ia32/code-stubs-ia32.cc
|
| ===================================================================
|
| --- src/ia32/code-stubs-ia32.cc (revision 14866)
|
| +++ src/ia32/code-stubs-ia32.cc (working copy)
|
| @@ -50,7 +50,6 @@
|
| static Register registers[] = { eax, ebx, ecx };
|
| descriptor->register_param_count_ = 3;
|
| descriptor->register_params_ = registers;
|
| - descriptor->stack_parameter_count_ = NULL;
|
| descriptor->deoptimization_handler_ =
|
| Runtime::FunctionForId(Runtime::kCreateArrayLiteralShallow)->entry;
|
| }
|
| @@ -62,7 +61,6 @@
|
| static Register registers[] = { eax, ebx, ecx, edx };
|
| descriptor->register_param_count_ = 4;
|
| descriptor->register_params_ = registers;
|
| - descriptor->stack_parameter_count_ = NULL;
|
| descriptor->deoptimization_handler_ =
|
| Runtime::FunctionForId(Runtime::kCreateObjectLiteralShallow)->entry;
|
| }
|
| @@ -74,7 +72,6 @@
|
| static Register registers[] = { edx, ecx };
|
| descriptor->register_param_count_ = 2;
|
| descriptor->register_params_ = registers;
|
| - descriptor->stack_parameter_count_ = NULL;
|
| descriptor->deoptimization_handler_ =
|
| FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure);
|
| }
|
| @@ -86,7 +83,6 @@
|
| static Register registers[] = { edx };
|
| descriptor->register_param_count_ = 1;
|
| descriptor->register_params_ = registers;
|
| - descriptor->stack_parameter_count_ = NULL;
|
| descriptor->deoptimization_handler_ = NULL;
|
| }
|
|
|
| @@ -97,7 +93,6 @@
|
| static Register registers[] = { edx };
|
| descriptor->register_param_count_ = 1;
|
| descriptor->register_params_ = registers;
|
| - descriptor->stack_parameter_count_ = NULL;
|
| descriptor->deoptimization_handler_ = NULL;
|
| }
|
|
|
|
|