mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 07:31:10 +00:00
Merge pull request #7051 from FourteenBrush/patch-6
Fix switch fallthrough in lb_emit_struct_ev (Fixes #7050)
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