| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 4000db8345120d5c342cc05eb39606b2104d2479..cc4bbe90ad2a2e9dfaee90368b4040daac44d33a 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1812,8 +1812,7 @@ class CodePatcher {
|
| DONT_FLUSH
|
| };
|
|
|
| - CodePatcher(byte* address,
|
| - int instructions,
|
| + CodePatcher(Isolate* isolate, byte* address, int instructions,
|
| FlushICache flush_cache = FLUSH);
|
| ~CodePatcher();
|
|
|
|
|