(create_addrmap_from_index): Use hex_string instead of pulongest in previous

patch.
This commit is contained in:
Doug Evans 2013-08-09 17:39:38 +00:00
parent 24a550149d
commit c0cd825463
1 changed files with 1 additions and 1 deletions

View File

@ -2574,7 +2574,7 @@ create_addrmap_from_index (struct objfile *objfile, struct mapped_index *index)
{
complaint (&symfile_complaints,
_(".gdb_index address table has invalid range (%s - %s)"),
pulongest (lo), pulongest (hi));
hex_string (lo), hex_string (hi));
continue;
}