mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +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 {
|
} else {
|
||||||
e = lb_emit_ptr_offset(p, lb_emit_load(p, arr), index);
|
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)) {
|
} else if (is_type_quaternion(type)) {
|
||||||
e = lb_emit_struct_ep(p, e, index);
|
e = lb_emit_struct_ep(p, e, index);
|
||||||
} else if (is_type_raw_union(type)) {
|
} else if (is_type_raw_union(type)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user