Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 2fb04d2afd1d97eece2180464d96010f58d9e262..c07b64bf91183fb6d2c91a41591c643c3cdbf849 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -713,7 +713,8 @@ class MacroAssembler: public Assembler { |
// into register dst. |
void LoadFromSafepointRegisterSlot(Register dst, Register src); |
- // Flush the I-cache from asm code. You should use CPU::FlushICache from C. |
+ // Flush the I-cache from asm code. You should use CpuFeatures::FlushICache |
+ // from C. |
// Does not handle errors. |
void FlushICache(Register address, unsigned instructions); |