mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 15:32:35 +00:00
Fix switch fallthrough in lb_emit_struct_ev
This commit is contained in:
@@ -1496,6 +1496,7 @@ gb_internal lbValue lb_emit_struct_ev(lbProcedure *p, lbValue s, i32 index) {
|
||||
case 0: result_type = alloc_type_array(t->FixedCapacityDynamicArray.elem, t->FixedCapacityDynamicArray.capacity); break;
|
||||
case 1: result_type = t_int; break;
|
||||
}
|
||||
break;
|
||||
|
||||
case Type_Map:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user