diff options
Diffstat (limited to 'backends/sparc_init.c')
-rw-r--r-- | backends/sparc_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/sparc_init.c b/backends/sparc_init.c index a287d1e4..420f3400 100644 --- a/backends/sparc_init.c +++ b/backends/sparc_init.c @@ -44,6 +44,7 @@ sparc_init (elf, machine, eh, ehlen) sparc_init_reloc (eh); HOOK (eh, reloc_simple_type); //HOOK (eh, core_note); + HOOK (eh, register_name); return MODVERSION; } |