Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
e83fa490
Commit
e83fa490
authored
Oct 06, 2005
by
John van Groningen
Browse files
generate .a directive for constructors
parent
10876aa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/codegen1.c
View file @
e83fa490
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment