* support/regression/tests/bitfields.c:
[fw/sdcc] / src / pic16 / glue.c
index 374537b008356c8eba41de16afe2d110f6cb790e..2d1b53161aaf21710a6b391dacd890aecd352d36 100644 (file)
@@ -792,6 +792,7 @@ pic16_printIvalBitFields (symbol **sym, initList **ilist, char ptype, void *p)
       if (0 == SPEC_BLEN (lsym->etype))
         {
           /* bit-field structure member with a width of 0 */
+          lsym = lsym->next;
           break;
         }
       else if (!SPEC_BUNNAMED (lsym->etype))