+2013-10-12 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/kern/arm/dl_helper.c: Use more proper %p for pointer.
+
2013-10-12 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/misc.h: Use gnu_printf rather than printf as format
return grub_error (GRUB_ERR_BAD_MODULE,
N_("THM_CALL Relocation out of range."));
- grub_dprintf ("dl", " relative destination = 0x%08lx",
- (unsigned long)target + offset);
+ grub_dprintf ("dl", " relative destination = %p",
+ (char *) target + offset);
/* Reassemble instruction word */
sign = (offset >> 24) & 1;