|
Line 0
Link Here
|
|
|
1 |
--- src/x64/ic-x64.cc.orig 2016-01-17 14:52:45.686369000 +0100 |
| 2 |
+++ src/x64/ic-x64.cc 2016-01-17 14:53:41.958994000 +0100 |
| 3 |
@@ -1283,7 +1283,8 @@ void PatchInlinedSmiCode(Address address |
| 4 |
uint8_t delta = *reinterpret_cast<uint8_t*>(delta_address); |
| 5 |
if (FLAG_trace_ic) { |
| 6 |
PrintF("[ patching ic at %p, test=%p, delta=%d\n", |
| 7 |
- address, test_instruction_address, delta); |
| 8 |
+ reinterpret_cast<void*>(address), |
| 9 |
+ reinterpret_cast<void*>(test_instruction_address), delta); |
| 10 |
} |
| 11 |
|
| 12 |
// Patch with a short conditional jump. Enabling means switching from a short |