| Index: src/mips64/assembler-mips64.cc
|
| diff --git a/src/mips64/assembler-mips64.cc b/src/mips64/assembler-mips64.cc
|
| index 07c5f5308d132ff61d50b93c6cdb0e9359e9cd1f..0675a0759f6e331b4a74757077528cfed387ca10 100644
|
| --- a/src/mips64/assembler-mips64.cc
|
| +++ b/src/mips64/assembler-mips64.cc
|
| @@ -3274,7 +3274,7 @@ void Assembler::set_target_address_at(Address pc,
|
| | (itarget & kImm16Mask);
|
|
|
| if (icache_flush_mode != SKIP_ICACHE_FLUSH) {
|
| - CpuFeatures::FlushICache(pc, 4 * Assembler::kInstrSize);
|
| + Assembler::FlushICacheWithoutIsolate(pc, 4 * Assembler::kInstrSize);
|
| }
|
| }
|
|
|
|
|