summaryrefslogtreecommitdiff
path: root/backends/x86_64_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/x86_64_init.c')
-rw-r--r--backends/x86_64_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c
index fe877575..a7ba231e 100644
--- a/backends/x86_64_init.c
+++ b/backends/x86_64_init.c
@@ -42,6 +42,7 @@ x86_64_init (elf, machine, eh, ehlen)
HOOK (eh, reloc_simple_type);
HOOK (eh, core_note);
HOOK (eh, return_value_location);
+ HOOK (eh, register_name);
return MODVERSION;
}