| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 3e0eaa160e08371fd6ad6baadfe4c0742b0cd378..f960bf311c1a2302e1cbf3e5cb6a8c45f8df7f10 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -271,7 +271,8 @@ class RecordWriteStub: public PlatformCodeStub {
|
| break;
|
| }
|
| ASSERT(GetMode(stub) == mode);
|
| - CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
|
| + CpuFeatures::FlushICache(stub->instruction_start(),
|
| + 4 * Assembler::kInstrSize);
|
| }
|
|
|
| private:
|
|
|