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
3dc1b6de
Commit
3dc1b6de
authored
Nov 08, 2013
by
John van Groningen
Browse files
generate jsr_ap 1 instead of jsr e_system_sAP
parent
200cdc12
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/codegen1.c
View file @
3dc1b6de
...
...
@@ -3966,10 +3966,7 @@ static void repl_overloaded_cons_arguments (NodeP node_p,int *asp_p,int *bsp_p,S
ab_node_ids_p
->
a_node_ids
=
code_gen_node_ids
.
a_node_ids
;
ab_node_ids_p
->
b_node_ids
=
code_gen_node_ids
.
b_node_ids
;
GenDAStackLayout
(
2
);
MakeSymbolLabel
(
&
apply_label
,
ApplyDef
->
sdef_module
,
s_pref
,
ApplyDef
,
0
);
GenJsr
(
&
apply_label
);
GenOAStackLayout
(
1
);
GenJsrAp
(
1
);
GenReplArgs
(
2
,
2
);
}
...
...
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