summaryrefslogtreecommitdiff
path: root/src/format/elf/helper_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/elf/helper_x86.c')
-rw-r--r--src/format/elf/helper_x86.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/format/elf/helper_x86.c b/src/format/elf/helper_x86.c
index 39bdcfc..1975709 100644
--- a/src/format/elf/helper_x86.c
+++ b/src/format/elf/helper_x86.c
@@ -37,6 +37,10 @@
+#define _(str) (str)
+
+
+
/* Décode les instructions liées à la relocalisation. */
GArchInstruction **decode_elf_relocations(elf_format *, size_t *);