Index: src/mips/macro-assembler-mips.cc |
diff --git a/src/mips/macro-assembler-mips.cc b/src/mips/macro-assembler-mips.cc |
index 24b8d3e24a9bc0417458e108304b1b1c2f696ad6..72e668c58e9ae4499ac6c37bc608bfd6a0dbb540 100644 |
--- a/src/mips/macro-assembler-mips.cc |
+++ b/src/mips/macro-assembler-mips.cc |
@@ -5818,7 +5818,7 @@ CodePatcher::CodePatcher(byte* address, int instructions, |
CodePatcher::~CodePatcher() { |
// Indicate that code has changed. |
if (flush_cache_ == FLUSH) { |
- CpuFeatures::FlushICache(address_, size_); |
+ Assembler::FlushICacheWithoutIsolate(address_, size_); |
} |
// Check that the code was patched as expected. |