Index: src/mips64/macro-assembler-mips64.cc |
diff --git a/src/mips64/macro-assembler-mips64.cc b/src/mips64/macro-assembler-mips64.cc |
index e27222996916e46d99e3e6a34395705d8236a6ef..212a39608bc0e873776b0df4ff8e6a53a974aee1 100644 |
--- a/src/mips64/macro-assembler-mips64.cc |
+++ b/src/mips64/macro-assembler-mips64.cc |
@@ -6224,7 +6224,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. |
DCHECK(masm_.pc_ == address_ + size_); |