Index: src/ic/x64/ic-x64.cc |
diff --git a/src/ic/x64/ic-x64.cc b/src/ic/x64/ic-x64.cc |
index 931900c8377572adac20c8740d28944e847721f8..981f6d06184b9e1525dd3eb4c91642abeb0d010a 100644 |
--- a/src/ic/x64/ic-x64.cc |
+++ b/src/ic/x64/ic-x64.cc |
@@ -830,7 +830,8 @@ bool CompareIC::HasInlinedSmiCode(Address address) { |
} |
-void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { |
+void PatchInlinedSmiCode(Isolate* isolate, Address address, |
+ InlinedSmiCheck check) { |
// The address of the instruction following the call. |
Address test_instruction_address = |
address + Assembler::kCallTargetAddressOffset; |