aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/elf32-v850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c
index 9522c27..4fb17a0 100644
--- a/bfd/elf32-v850.c
+++ b/bfd/elf32-v850.c
@@ -2414,7 +2414,7 @@ v850_elf_create_sections (struct bfd_link_info * info)
}
bool
-v850_elf_set_note (bfd * abfd, enum v850_notes note, unsigned int val)
+v850_elf_set_note (bfd * abfd, unsigned int note, unsigned int val)
{
asection * notes = bfd_get_section_by_name (abfd, V850_NOTE_SECNAME);