diff --git a/src/pmc/structview.pmc b/src/pmc/structview.pmc index 79f6a5cc0a..7a7ba47a1c 100644 --- a/src/pmc/structview.pmc +++ b/src/pmc/structview.pmc @@ -214,7 +214,7 @@ C, C, C, C(*), and C(*) elt->type = elt_type; elt_size = data_types[elt_type - enum_first_type].size; elt_align = data_types[elt_type - enum_first_type].align; - + switch (elt_type) { /* aligned integer types */ case enum_type_INTVAL: