| Index: src/x87/builtins-x87.cc
|
| diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc
|
| index a4f6704d929e0fbaac8470bad2ff6d64ff57eed8..9a1965e76b08050745a00a88bc881a3f70856a0e 100644
|
| --- a/src/x87/builtins-x87.cc
|
| +++ b/src/x87/builtins-x87.cc
|
| @@ -725,8 +725,9 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| __ add(kInterpreterDispatchTableRegister,
|
| Immediate(FixedArray::kHeaderSize - kHeapObjectTag));
|
|
|
| - // TODO(rmcilroy) Push our context as a stack located parameter of the
|
| - // bytecode handler.
|
| + // Push context as a stack located parameter to the bytecode handler.
|
| + DCHECK_EQ(-1, kInterpreterContextSpillSlot);
|
| + __ push(esi);
|
|
|
| // Dispatch to the first bytecode handler for the function.
|
| __ movzx_b(esi, Operand(kInterpreterBytecodeArrayRegister,
|
|
|