summaryrefslogtreecommitdiff
path: root/tools/d2c/conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/conv.c')
-rw-r--r--tools/d2c/conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/conv.c b/tools/d2c/conv.c
index 9947593..3fae6df 100644
--- a/tools/d2c/conv.c
+++ b/tools/d2c/conv.c
@@ -358,7 +358,7 @@ bool define_conv_func(conv_func *func, bool last, bool internal, int fd, const c
{
/* Si l'on doit manipuler une propriété d'instructon... */
if (internal)
- result = call_instr_func(callable, func->args, fd, bits, list, pp);
+ result = checked_call_instr_func(callable, func->args, fd, bits, list, pp);
/* Si on doit constituer un opérande à ajouter... */
else