summaryrefslogtreecommitdiffstats
path: root/libebl/eblrelocsimpletype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblrelocsimpletype.c')
-rw-r--r--libebl/eblrelocsimpletype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libebl/eblrelocsimpletype.c b/libebl/eblrelocsimpletype.c
index 9bd29285..12292804 100644
--- a/libebl/eblrelocsimpletype.c
+++ b/libebl/eblrelocsimpletype.c
@@ -34,7 +34,7 @@
Elf_Type
-ebl_reloc_simple_type (Ebl *ebl, int reloc)
+ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub)
{
- return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc) : ELF_T_NUM;
+ return ebl != NULL ? ebl->reloc_simple_type (ebl, reloc, addsub) : ELF_T_NUM;
}