| Index: src/ia32/lithium-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/lithium-codegen-ia32.cc (revision 10367)
|
| +++ src/ia32/lithium-codegen-ia32.cc (working copy)
|
| @@ -4148,7 +4148,7 @@
|
| DeoptimizeIf(not_equal, instr->environment());
|
| }
|
|
|
| - // Setup the parameters to the stub/runtime call.
|
| + // Set up the parameters to the stub/runtime call.
|
| __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
|
| __ push(FieldOperand(eax, JSFunction::kLiteralsOffset));
|
| __ push(Immediate(Smi::FromInt(instr->hydrogen()->literal_index())));
|
| @@ -4256,7 +4256,7 @@
|
| Handle<FixedArray> constant_properties =
|
| instr->hydrogen()->constant_properties();
|
|
|
| - // Setup the parameters to the stub/runtime call.
|
| + // Set up the parameters to the stub/runtime call.
|
| __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
|
| __ push(FieldOperand(eax, JSFunction::kLiteralsOffset));
|
| __ push(Immediate(Smi::FromInt(instr->hydrogen()->literal_index())));
|
|
|