aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-06-17 22:07:27 +0100
committergingerBill <bill@gingerbill.org>2018-06-17 22:07:27 +0100
commita4e3201113311b338c563d169cac59aaf9cf6335 (patch)
tree22210259a11b9be9f3f62d682a1f94a0be18fb7e /src/ir.cpp
parenta99cc2fd70d31b3a0b5a6881d4b5cb431f911354 (diff)
Minor cleanup for builtin scope/pkg
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index a9a26b5ce..92169f48f 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -8405,7 +8405,7 @@ void ir_gen_tree(irGen *s) {
}
Scope *package_scope = scope->parent;
- GB_ASSERT(package_scope->is_package);
+ GB_ASSERT(package_scope->is_pkg);
switch (e->kind) {
case Entity_Variable: