Index: src/ic/s390/ic-s390.cc |
diff --git a/src/ic/s390/ic-s390.cc b/src/ic/s390/ic-s390.cc |
index bf9f8a1d716794ae0ce21eaa67ecd5892f237b0a..d0e560cf21495fa40ec7f19cc4960cfb49382ce5 100644 |
--- a/src/ic/s390/ic-s390.cc |
+++ b/src/ic/s390/ic-s390.cc |
@@ -828,8 +828,9 @@ void PatchInlinedSmiCode(Isolate* isolate, Address address, |
} |
if (FLAG_trace_ic) { |
- PrintF("[ patching ic at %p, cmp=%p, delta=%d\n", address, |
- cmp_instruction_address, delta); |
+ PrintF("[ patching ic at %p, cmp=%p, delta=%d\n", |
+ static_cast<void*>(address), |
+ static_cast<void*>(cmp_instruction_address), delta); |
} |
// Expected sequence to enable by changing the following |