diff options
Diffstat (limited to 'sim/erc32/func.c')
-rw-r--r-- | sim/erc32/func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/func.c b/sim/erc32/func.c index c6dfa19..52428e4 100644 --- a/sim/erc32/func.c +++ b/sim/erc32/func.c @@ -1056,7 +1056,7 @@ bfd_load (const char *fname) section_size = bfd_section_size (section); if (sis_verbose) - printf("\nsection %s at 0x%08lx (0x%lx bytes)", + printf("\nsection %s at 0x%08" BFD_VMA_FMT "x (0x%lx bytes)", section_name, section_address, section_size); /* Text, data or lit */ |