mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 10:52:22 -07:00
Add underlying type for bit_set
This commit is contained in:
+1
-1
@@ -1044,7 +1044,7 @@ void add_type_info_type(CheckerContext *c, Type *t) {
|
||||
break;
|
||||
|
||||
case Type_BitSet:
|
||||
add_type_info_type(c, bt->BitSet.base);
|
||||
add_type_info_type(c, bt->BitSet.elem);
|
||||
break;
|
||||
|
||||
case Type_Union:
|
||||
|
||||
Reference in New Issue
Block a user