diff options
Diffstat (limited to 'kexec/arch/ia64/kexec-elf-rel-ia64.c')
-rw-r--r-- | kexec/arch/ia64/kexec-elf-rel-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/ia64/kexec-elf-rel-ia64.c b/kexec/arch/ia64/kexec-elf-rel-ia64.c index 7f7c08c..500f247 100644 --- a/kexec/arch/ia64/kexec-elf-rel-ia64.c +++ b/kexec/arch/ia64/kexec-elf-rel-ia64.c @@ -155,6 +155,6 @@ void machine_apply_elf_rel(struct mem_ehdr *ehdr, } return; overflow: - die("overflow in relocation type %lu val %Lx\n", + die("overflow in relocation type %lu val %llx\n", r_type, value); } |