summaryrefslogtreecommitdiff
path: root/src/format/exe_format-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/exe_format-int.h')
-rw-r--r--src/format/exe_format-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/exe_format-int.h b/src/format/exe_format-int.h
index 781b1c3..1245d44 100644
--- a/src/format/exe_format-int.h
+++ b/src/format/exe_format-int.h
@@ -67,7 +67,7 @@ typedef size_t (* get_symbols_fc) (const exe_format *, char ***, SymbolType **,
typedef size_t (* get_resolved_fc) (const exe_format *, char ***, ResolvedType **, uint64_t **);
/* Recherche le symbole correspondant à une adresse. */
-typedef bool (* resolve_symbol_fc) (const exe_format *, char **, SymbolType *, uint64_t *);
+typedef bool (* resolve_symbol_fc) (const exe_format *, char **, SymbolType *, vmpa_t *);
/* Fournit le prototype de toutes les routines détectées. */
typedef GBinRoutine ** (* get_all_routines_fc) (const exe_format *, size_t *);