diff options
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/codegen3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/codegen3.c b/backendC/CleanCompilerSources/codegen3.c index 48dfdc8..0402a8c 100644 --- a/backendC/CleanCompilerSources/codegen3.c +++ b/backendC/CleanCompilerSources/codegen3.c @@ -2495,7 +2495,7 @@ static int tail_call_modulo_cons_call (NodeP node_p,NodeDefP node_defs) break; } - if (n_node_id_refs!=0) + if (n_node_id_refs==0) return 1; } } |