Fix missing complex32/quaternion64 checks

This commit is contained in:
gingerBill
2021-04-01 10:56:57 +01:00
parent 63bb26c0e0
commit b3e788b9d9
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -4456,7 +4456,9 @@ void check_unchecked_bodies(Checker *c) {
GB_ASSERT(pl != nullptr);
pi.body = pl->ProcLit.body;
pi.tags = pl->ProcLit.tags;
GB_ASSERT(pi.body != nullptr);
if (pi.body == nullptr) {
continue;
}
check_proc_info(c, pi);
}