diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-12-18 04:52:37 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2005-12-18 04:52:37 +0000 |
| commit | 757686b11510174fffffec96b816204c8d659fba (patch) | |
| tree | c8421e79058b3959c09903a706bc77c9de3e7087 /sys/boot/common/load_elf.c | |
| parent | 55dfaa916399e969ffb13d6c0562323b12a8ff14 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/load_elf.c')
| -rw-r--r-- | sys/boot/common/load_elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index a44145b5e520..2235ea82220a 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -744,7 +744,7 @@ __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, } static Elf_Addr -__elfN(symaddr)(struct elf_file *ef, Elf_Word symidx) +__elfN(symaddr)(struct elf_file *ef, Elf_Size symidx) { /* Symbol lookup by index not required here. */ |
