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
90bc14c1
Commit
90bc14c1
authored
Feb 01, 2018
by
John van Groningen
Browse files
add prototype of function added by previous commit
parent
5f239787
Changes
1
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/instructions.h
View file @
90bc14c1
...
...
@@ -81,6 +81,7 @@ void GenFill2R (Label symblab,int n_a_args,int n_b_args,int rootoffset,char bits
void
GenFill3R
(
Label
symblab
,
int
n_a_args
,
int
n_b_args
,
int
rootoffset
,
char
bits
[]);
void
GenBuildR
(
Label
symblab
,
int
nr_a_args
,
int
nr_b_args
,
int
a_offset
,
int
b_offset
,
Bool
pop_args
);
void
GenFillArrayAndPop
(
int
rootoffset
,
FillKind
fkind
);
void
GenFillArray
(
int
argoffset
,
int
rootoffset
,
FillKind
fkind
);
void
GenPushArray
(
int
offset
);
...
...
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