diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-05-01 03:56:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-05-01 03:56:30 +0000 |
| commit | 48a0b96a508aece7c0260b0ba4e98b47c206af44 (patch) | |
| tree | 3ceb596207b6bc027473320fe17af905c4acd162 /sys/boot/alpha | |
| parent | ab7b0ae578c4ced40414f23fa55badeea27a350d (diff) | |
Notes
Diffstat (limited to 'sys/boot/alpha')
| -rw-r--r-- | sys/boot/alpha/libalpha/elf_freebsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/alpha/libalpha/elf_freebsd.c b/sys/boot/alpha/libalpha/elf_freebsd.c index 74faee2a77ec..a223652c863a 100644 --- a/sys/boot/alpha/libalpha/elf_freebsd.c +++ b/sys/boot/alpha/libalpha/elf_freebsd.c @@ -90,16 +90,16 @@ #define _KERNEL -static int elf_exec(struct preloaded_file *afp); +static int elf64_exec(struct preloaded_file *afp); int bi_load(struct bootinfo_v1 *, vm_offset_t *, struct preloaded_file *); -struct file_format alpha_elf = { elf_loadfile, elf_exec }; +struct file_format alpha_elf = { elf64_loadfile, elf64_exec }; vm_offset_t ffp_save, ptbr_save; static int -elf_exec(struct preloaded_file *fp) +elf64_exec(struct preloaded_file *fp) { static struct bootinfo_v1 bootinfo_v1; struct file_metadata *md; |
