diff options
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index ea7719af2..77587516d 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -9744,6 +9744,7 @@ void ir_gen_tree(irGen *s) { irValue *p = ir_value_procedure(m, e, e->type, type_expr, body, name); p->Proc.tags = pl->tags; p->Proc.inlining = pl->inlining; + p->Proc.is_export = e->Procedure.is_export; ir_module_add_value(m, e, p); HashKey hash_name = hash_string(name); |