| Index: src/compiler/mips64/code-generator-mips64.cc
|
| diff --git a/src/compiler/mips64/code-generator-mips64.cc b/src/compiler/mips64/code-generator-mips64.cc
|
| index 6131ec773c2241c3b5c1f9b307eba377cd6baab6..ae79a72295d055ac44c2899ba64f6aaef6f5b6e1 100644
|
| --- a/src/compiler/mips64/code-generator-mips64.cc
|
| +++ b/src/compiler/mips64/code-generator-mips64.cc
|
| @@ -1050,6 +1050,8 @@ void CodeGenerator::AssemblePrologue() {
|
| // remaining stack slots.
|
| if (FLAG_code_comments) __ RecordComment("-- OSR entrypoint --");
|
| osr_pc_offset_ = __ pc_offset();
|
| + // TODO(titzer): cannot address target function == local #-1
|
| + __ lw(a1, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset));
|
| DCHECK(stack_slots >= frame()->GetOsrStackSlotCount());
|
| stack_slots -= frame()->GetOsrStackSlotCount();
|
| }
|
|
|