parser+backend: Add support for public symbols
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -18,7 +18,7 @@ resolve_func(struct rifle_state *state, struct ast_node *root)
|
||||
return -1;
|
||||
}
|
||||
|
||||
return mu_gen_label(state, symbol->name);
|
||||
return mu_gen_label(state, symbol->name, symbol->pub);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user