Support using of a bit_field within a struct

This commit is contained in:
gingerBill
2024-02-22 19:14:16 +00:00
parent 8060e3170e
commit c14b9d461a
4 changed files with 83 additions and 6 deletions
+1 -1
View File
@@ -1332,7 +1332,7 @@ gb_internal lbValue lb_emit_deep_field_gep(lbProcedure *p, lbValue e, Selection
if (index == 0) {
type = t_rawptr;
} else if (index == 1) {
type = t_type_info_ptr;
type = t_typeid;
}
e = lb_emit_struct_ep(p, e, index);
break;