summaryrefslogtreecommitdiffstats
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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/x86_64_init.c b/backends/x86_64_init.c
index 8524b771..4e9eb55c 100644
--- a/backends/x86_64_init.c
+++ b/backends/x86_64_init.c
@@ -1,5 +1,5 @@
/* Initialization of x86-64 specific backend library.
- Copyright (C) 2002, 2005, 2006, 2007 Red Hat, Inc.
+ Copyright (C) 2002, 2005, 2006, 2007, 2008 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <[email protected]>, 2002.
@@ -54,8 +54,7 @@ x86_64_init (elf, machine, eh, ehlen)
HOOK (eh, return_value_location);
HOOK (eh, register_info);
HOOK (eh, auxv_info);
- // XXX Not yet.
- // HOOK (eh, disasm);
+ HOOK (eh, disasm);
return MODVERSION;
}