diff options
Diffstat (limited to 'tools/d2c/conv')
-rw-r--r-- | tools/d2c/conv/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/d2c/conv/manager.c b/tools/d2c/conv/manager.c index c04a49e..fca9ce0 100644 --- a/tools/d2c/conv/manager.c +++ b/tools/d2c/conv/manager.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 = checked_call_instr_func(callable, func->args, fd, bits, list, pp); + result = checked_call_instr_func(false, callable, func->args, fd, bits, list, pp); /* Si on doit constituer un opérande à ajouter... */ else |