Commit 2744c6cc authored by Neal Norwitz's avatar Neal Norwitz

make internal method static

parent 96c1c7a5
...@@ -3625,7 +3625,7 @@ dfs(struct compiler *c, basicblock *b, struct assembler *a) ...@@ -3625,7 +3625,7 @@ dfs(struct compiler *c, basicblock *b, struct assembler *a)
a->a_postorder[a->a_nblocks++] = b; a->a_postorder[a->a_nblocks++] = b;
} }
int static int
stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth) stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth)
{ {
int i; int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment