summaryrefslogtreecommitdiffstats
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index ebd1ece3c8..2aca694949 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -658,7 +658,7 @@ process_abbrev_section (unsigned char *start, unsigned char *end)
static const char *
get_TAG_name (unsigned long tag)
{
- const char *name = get_DW_TAG_name (tag);
+ const char *name = get_DW_TAG_name ((unsigned int)tag);
if (name == NULL)
{
OpenPOWER on IntegriCloud