aboutsummaryrefslogtreecommitdiffstats
path: root/elff/dwarf_die.cc
diff options
context:
space:
mode:
Diffstat (limited to 'elff/dwarf_die.cc')
-rw-r--r--elff/dwarf_die.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/elff/dwarf_die.cc b/elff/dwarf_die.cc
index 2085e31..0f58cbe 100644
--- a/elff/dwarf_die.cc
+++ b/elff/dwarf_die.cc
@@ -212,7 +212,7 @@ void DIEObject::dump(bool only_this) const {
Elf_Xword low, high;
while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
(low != 0 || high != 0)) {
- printf(" %08I64X - %08I64X\n",
+ printf(" %08" FMT_I64 "X - %08" FMT_I64 "X\n",
low, high);
off += 16;
}