| Index: src/mips/codegen-mips.cc
|
| diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc
|
| index ec6649533fc73eaed5b91b0fa89b2aeb18a2e4e3..904a37df267d514f1499d685d9d6605cba477fcb 100644
|
| --- a/src/mips/codegen-mips.cc
|
| +++ b/src/mips/codegen-mips.cc
|
| @@ -671,7 +671,7 @@ void Code::PatchPlatformCodeAge(Isolate* isolate,
|
| Operand(reinterpret_cast<uint32_t>(stub->instruction_start())));
|
| patcher.masm()->Call(t9);
|
| // Record the stub address in the empty space for GetCodeAgeAndParity()
|
| - patcher.masm()->dd(reinterpret_cast<uint32_t>(stub->instruction_start()));
|
| + patcher.masm()->emit_code_stub_address(stub);
|
| }
|
| }
|
|
|
|
|