| Index: src/mips64/code-stubs-mips64.h
|
| diff --git a/src/mips64/code-stubs-mips64.h b/src/mips64/code-stubs-mips64.h
|
| index 5d3a2f79bdd4f0333c0c494ddd79a62dfe29ab46..fdaf4c80df0c7ccabb7f2ae30fbcd5fee6e0330c 100644
|
| --- a/src/mips64/code-stubs-mips64.h
|
| +++ b/src/mips64/code-stubs-mips64.h
|
| @@ -160,8 +160,8 @@ class RecordWriteStub: public PlatformCodeStub {
|
| break;
|
| }
|
| DCHECK(GetMode(stub) == mode);
|
| - CpuFeatures::FlushICache(stub->instruction_start(),
|
| - 4 * Assembler::kInstrSize);
|
| + Assembler::FlushICache(stub->GetIsolate(), stub->instruction_start(),
|
| + 4 * Assembler::kInstrSize);
|
| }
|
|
|
| DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR();
|
|
|