Index: src/arm/assembler-arm-inl.h |
=================================================================== |
--- src/arm/assembler-arm-inl.h (revision 2251) |
+++ src/arm/assembler-arm-inl.h (working copy) |
@@ -50,7 +50,7 @@ |
} |
-void RelocInfo::apply(int delta) { |
+void RelocInfo::apply(intptr_t delta) { |
if (RelocInfo::IsInternalReference(rmode_)) { |
// absolute code pointer inside code object moves with the code object. |
int32_t* p = reinterpret_cast<int32_t*>(pc_); |