mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Fix #3649
This commit is contained in:
@@ -1365,6 +1365,8 @@ gb_internal lbValue lb_emit_deep_field_gep(lbProcedure *p, lbValue e, Selection
|
||||
} else {
|
||||
e = lb_emit_ptr_offset(p, lb_emit_load(p, arr), index);
|
||||
}
|
||||
e.type = alloc_type_multi_pointer_to_pointer(e.type);
|
||||
|
||||
} else if (is_type_quaternion(type)) {
|
||||
e = lb_emit_struct_ep(p, e, index);
|
||||
} else if (is_type_raw_union(type)) {
|
||||
|
||||
Reference in New Issue
Block a user