diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-11-24 21:05:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-11-24 21:05:24 (GMT) |
commit | 532fc81565104f64b33b3ac94dfcf0762209f751 (patch) | |
tree | 9d33de279e6bff97680f1bc6dcd0abe635ae200b /src/format/elf | |
parent | 7ea3e51bf10ec0ed8f3cbd7c40564485426943f7 (diff) |
Disabled old and unsupported architectures.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@425 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/elf')
-rw-r--r-- | src/format/elf/helper_x86.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format/elf/helper_x86.c b/src/format/elf/helper_x86.c index af733a2..708a7e1 100644 --- a/src/format/elf/helper_x86.c +++ b/src/format/elf/helper_x86.c @@ -37,6 +37,9 @@ #include "../../arch/x86/instruction.h" +// Désactivation +#define g_x86_instruction_get_opcode(i) 0 + /* symbols.c : Récupère la désignation d'un symbole donné. */ extern const char *get_elf_symbol_name(GElfFormat *, const elf_shdr *, const elf_shdr *, off_t); |