diff options
-rw-r--r-- | backendC/CleanCompilerSources/codegen1.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/codegen1.c b/backendC/CleanCompilerSources/codegen1.c index 26977f2..3d61a09 100644 --- a/backendC/CleanCompilerSources/codegen1.c +++ b/backendC/CleanCompilerSources/codegen1.c @@ -838,7 +838,12 @@ static void GenerateConstructorDescriptorAndFunction (ConstructorList constructo if (DoTimeProfiling) GenPL(); - + +#ifdef NEW_APPLY + if (arity>=2) + GenApplyEntryDirective (arity,&ealab); +#endif + GenOAStackLayout (2); GenLabelDefinition (&CurrentAltLabel); |