summaryrefslogtreecommitdiff
path: root/tools/d2c/hooks/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/hooks/manager.h')
-rw-r--r--tools/d2c/hooks/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/hooks/manager.h b/tools/d2c/hooks/manager.h
index e3d51b6..97bd388 100644
--- a/tools/d2c/hooks/manager.h
+++ b/tools/d2c/hooks/manager.h
@@ -44,7 +44,7 @@ void delete_instr_hooks(instr_hooks *);
void register_hook_function(instr_hooks *, char *, char *);
/* Associe dans le code des fonctions à une instruction. */
-bool write_hook_functions(const instr_hooks *, int);
+bool write_hook_functions(const instr_hooks *, bool, int);